Html Css Color HEX #BBDFFF Pale Cornflower Blue
📋 copy color: '#BBDFFF'red 187 ◦ green 223 ◦ blue 255
Shades of Pale Cornflower Blue #BBDFFF
Tints of Pale Cornflower Blue #BBDFFF
RGB
CMYK
RGB Variations
Color information
#BBDFFF (or 0xBBDFFF) is known color: Pale Cornflower Blue. HEX triplet: BB, DF and FF. RGB value is (187,223,255). Sum of RGB (Red+Green+Blue) = 187+223+255=665 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.12% from 665); Green value is 223 (87.5% from 255 or 33.53% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBDFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFFF is #442000. Grayscale: #D7D7D7. Windows color (decimal): -4464641 or 16768955. OLE color: 16768955.
HSL color Cylindrical-coordinate representation of color #BBDFFF: hue angle of 208.24º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBDFFF is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 223 | 255 | - |
| CMYK | 0.27 | 0.13 | 0 | 0 |
| HSL | 208.24º | 1% | 0.87% | - |
| HSV(B) | 208.24º | 0.27% | 1% | - |
| XYZ | 64.93 | 70.56 | 104.81 | - |
| YUV | 215.88 | 150.07 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 255 | 0.27 | 0.13 | 0 | 0 | 208.24 | 1 | 0.87 |
| Hex | BB | DF | FF | 1B | D | 0 | 0 | D0 | 64 | 57 |
| Octal | 273 | 337 | 377 | 33 | 15 | 0 | 0 | 320 | 144 | 127 |
| Binary | 10111011 | 11011111 | 11111111 | 11011 | 1101 | 0 | 0 | 11010000 | 1100100 | 1010111 |
Color Harmonies of #BBDFFF
Complementary color
Monochromatic Colors of #BBDFFF
Black with #BBDFFF
Text Example
Text Example
White with #BBDFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFFF; }
p { color: rgb(187,223,255); }
H1.HeaderClassName
{
color: #BBDFFF;
}
.AnyTagClassName
{
color: #BBDFFF;
}
</style>
background-color css
<style>
a { background-color: #BBDFFF; }
a { background-color: rgb(187,223,255); }
div.DivClassName
{
background-color: #BBDFFF;
}
.BgClassName
{
background-color: #BBDFFF;
}
</style>
border-color css
<style>
span { border-color: #BBDFFF; }
span { border-color: rgb(187,223,255); }
td.TdClassName
{
border-color: #BBDFFF;
}
.TagClassName
{
border-color: #BBDFFF;
}
</style>