Html Css Color HEX #BBDFFC Pale Cornflower Blue
📋 copy color: '#BBDFFC'red 187 ◦ green 223 ◦ blue 252
Shades of Pale Cornflower Blue #BBDFFC
Tints of Pale Cornflower Blue #BBDFFC
RGB
CMYK
RGB Variations
Color information
#BBDFFC (or 0xBBDFFC) is known color: Pale Cornflower Blue. HEX triplet: BB, DF and FC. RGB value is (187,223,252). Sum of RGB (Red+Green+Blue) = 187+223+252=662 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.25% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBDFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFFC is #442003. Grayscale: #D7D7D7. Windows color (decimal): -4464644 or 16572347. OLE color: 16572347.
HSL color Cylindrical-coordinate representation of color #BBDFFC: hue angle of 206.77º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBDFFC is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 223 | 252 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.01 |
| HSL | 206.77º | 0.92% | 0.86% | - |
| HSV(B) | 206.77º | 0.26% | 0.99% | - |
| XYZ | 64.45 | 70.37 | 102.28 | - |
| YUV | 215.54 | 148.57 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 252 | 0.26 | 0.12 | 0 | 0.01 | 206.77 | 0.92 | 0.86 |
| Hex | BB | DF | FC | 1A | C | 0 | 1 | CF | 5C | 56 |
| Octal | 273 | 337 | 374 | 32 | 14 | 0 | 1 | 317 | 134 | 126 |
| Binary | 10111011 | 11011111 | 11111100 | 11010 | 1100 | 0 | 1 | 11001111 | 1011100 | 1010110 |
Color Harmonies of #BBDFFC
Complementary color
Monochromatic Colors of #BBDFFC
Black with #BBDFFC
Text Example
Text Example
White with #BBDFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFFC; }
p { color: rgb(187,223,252); }
H1.HeaderClassName
{
color: #BBDFFC;
}
.AnyTagClassName
{
color: #BBDFFC;
}
</style>
background-color css
<style>
a { background-color: #BBDFFC; }
a { background-color: rgb(187,223,252); }
div.DivClassName
{
background-color: #BBDFFC;
}
.BgClassName
{
background-color: #BBDFFC;
}
</style>
border-color css
<style>
span { border-color: #BBDFFC; }
span { border-color: rgb(187,223,252); }
td.TdClassName
{
border-color: #BBDFFC;
}
.TagClassName
{
border-color: #BBDFFC;
}
</style>