Color Hex Logo

#bbafdf Color Hex

#BBAFDF
(187,175,223)
0 Favorites   0 Comments

Color spaces of #bbafdf

RGB 187175223
HSL0.710.430.78
HSV255°22°87°
CMYK 0.160.220.00   0.13
XYZ49.142846.552576.2075
Yxy46.55250.28590.2708
Hunter Lab68.22949.1647-18.4622
CIE-Lab73.902613.7961-22.5681

#bbafdf color RGB value is (187,175,223).

#bbafdf hex color red value is 187, green value is 175 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bbafdf hue: 0.71 , saturation: 0.43 and the lightness value of bbafdf is 0.78.

The process color (four color CMYK) of #bbafdf color hex is 0.16, 0.22, 0.00, 0.13. Web safe color of #bbafdf is #cc99cc. Color #bbafdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 11011111
Octal 273 257 337
Decimal 187 175 223
Hex BB AF DF

RGB Percentages of Color #bbafdf

%31.97
%29.91
%38.12

CMYK Percentages of Color #bbafdf

%16
%22
%0
%13

Triadic Colors of #bbafdf

#bbafdf #dfbbaf #afdfbb

Analogous Colors of #bbafdf

#bbafdf #d3afdf #afbbdf

Monochromatic Colors of #bbafdf

#bbafdf

Complementary Color

#bbafdf #d3dfaf

#bbafdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbafdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbafdf Color CSS Codes

.mybgcolor {background-color:#bbafdf; } 
.myforecolor {color:#bbafdf; }
.mybordercolor {border:3px solid #bbafdf; }

#bbafdf Text Font Color

<p style="color:#bbafdf">Text here</p>

This sample text font color is #bbafdf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bbafdf Background Color

<div style="background-color:#bbafdf">
Div content here</div>

This div background color is #bbafdf


#bbafdf Border Color

<div style="border:3px solid #bbafdf">
Div here</div>

This div border color is #bbafdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,175,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbafdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbafdf;
  -webkit-box-shadow: 1px 1px 3px 2px #bbafdf;
  box-shadow:         1px 1px 3px 2px #bbafdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,175,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbafdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bbafdf;
  -webkit-box-shadow: 1px 1px 3px 2px #bbafdf;
  box-shadow:         1px 1px 3px 2px #bbafdf;">
Div content here</div>

This div box has shadow with color #bbafdf


Comments

No comments written yet.

Please login to write comment.