Html Css Color HEX #BBDDFF Pale Cornflower Blue
📋 copy color: '#BBDDFF'red 187 ◦ green 221 ◦ blue 255
Shades of Pale Cornflower Blue #BBDDFF
Tints of Pale Cornflower Blue #BBDDFF
RGB
CMYK
RGB Variations
Color information
#BBDDFF (or 0xBBDDFF) is known color: Pale Cornflower Blue. HEX triplet: BB, DD and FF. RGB value is (187,221,255). Sum of RGB (Red+Green+Blue) = 187+221+255=663 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.21% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBDDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDFF is #442200. Grayscale: #D6D6D6. Windows color (decimal): -4465153 or 16768443. OLE color: 16768443.
HSL color Cylindrical-coordinate representation of color #BBDDFF: hue angle of 210º 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 #BBDDFF is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 221 | 255 | - |
| CMYK | 0.27 | 0.13 | 0 | 0 |
| HSL | 210º | 1% | 0.87% | - |
| HSV(B) | 210º | 0.27% | 1% | - |
| XYZ | 64.4 | 69.5 | 104.63 | - |
| YUV | 214.71 | 150.74 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 255 | 0.27 | 0.13 | 0 | 0 | 210 | 1 | 0.87 |
| Hex | BB | DD | FF | 1B | D | 0 | 0 | D2 | 64 | 57 |
| Octal | 273 | 335 | 377 | 33 | 15 | 0 | 0 | 322 | 144 | 127 |
| Binary | 10111011 | 11011101 | 11111111 | 11011 | 1101 | 0 | 0 | 11010010 | 1100100 | 1010111 |
Color Harmonies of #BBDDFF
Complementary color
Monochromatic Colors of #BBDDFF
Black with #BBDDFF
Text Example
Text Example
White with #BBDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDFF; }
p { color: rgb(187,221,255); }
H1.HeaderClassName
{
color: #BBDDFF;
}
.AnyTagClassName
{
color: #BBDDFF;
}
</style>
background-color css
<style>
a { background-color: #BBDDFF; }
a { background-color: rgb(187,221,255); }
div.DivClassName
{
background-color: #BBDDFF;
}
.BgClassName
{
background-color: #BBDDFF;
}
</style>
border-color css
<style>
span { border-color: #BBDDFF; }
span { border-color: rgb(187,221,255); }
td.TdClassName
{
border-color: #BBDDFF;
}
.TagClassName
{
border-color: #BBDDFF;
}
</style>