Color spaces of #bccbdf
RGB | 188 | 203 | 223 |
---|---|---|---|
HSL | 0.60 | 0.35 | 0.81 |
HSV | 214° | 16° | 87° |
CMYK | 0.16 | 0.09 | 0.00 0.13 |
XYZ | 55.4143 | 58.7310 | 78.2276 |
Yxy | 58.7310 | 0.2881 | 0.3053 |
Hunter Lab | 76.6362 | -5.0430 | -6.8759 |
CIE-Lab | 81.1435 | -1.0220 | -11.6391 |
#bccbdf color RGB value is (188,203,223).
#bccbdf hex color red value is 188, green value is 203 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bccbdf hue: 0.60 , saturation: 0.35 and the lightness value of bccbdf is 0.81.
The process color (four color CMYK) of #bccbdf color hex is 0.16, 0.09, 0.00, 0.13. Web safe color of #bccbdf is #cccccc. Color #bccbdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11001011 | 11011111 |
Octal | 274 | 313 | 337 |
Decimal | 188 | 203 | 223 |
Hex | BC | CB | DF |
Shades of #bccbdf
Tints of #bccbdf
RGB Percentages of Color #bccbdf
CMYK Percentages of Color #bccbdf
Complementary Color
#bccbdf | #dfd0bc |
#bccbdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bccbdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bccbdf Color CSS Codes
.mybgcolor {background-color:#bccbdf; } .myforecolor {color:#bccbdf; } .mybordercolor {border:3px solid #bccbdf; }
#bccbdf Text Font Color
<p style="color:#bccbdf">Text here</p>
This sample text font color is #bccbdf
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.
#bccbdf Background Color
<div style="background-color:#bccbdf">
Div content here</div>
This div background color is #bccbdf
#bccbdf Border Color
<div style="border:3px solid #bccbdf">
Div here</div>
This div border color is #bccbdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,203,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bccbdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bccbdf; -webkit-box-shadow: 1px 1px 3px 2px #bccbdf; box-shadow: 1px 1px 3px 2px #bccbdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,203,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 #bccbdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bccbdf; -webkit-box-shadow: 1px 1px 3px 2px #bccbdf; box-shadow: 1px 1px 3px 2px #bccbdf;">
Div content here</div>
This div box has shadow with color #bccbdf
Comments
No comments written yet.
Please login to write comment.