Html Css Color HEX #BBD4F5 Pale Cornflower Blue
📋 copy color: '#BBD4F5'red 187 ◦ green 212 ◦ blue 245
Shades of Pale Cornflower Blue #BBD4F5
Tints of Pale Cornflower Blue #BBD4F5
RGB
CMYK
RGB Variations
Color information
#BBD4F5 (or 0xBBD4F5) is known color: Pale Cornflower Blue. HEX triplet: BB, D4 and F5. RGB value is (187,212,245). Sum of RGB (Red+Green+Blue) = 187+212+245=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 212 (83.20% from 255 or 32.92% from 644); Blue value is 245 (96.09% from 255 or 38.04% from 644); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBD4F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD4F5 is #442B0A. Grayscale: #D0D0D0. Windows color (decimal): -4467467 or 16110779. OLE color: 16110779.
HSL color Cylindrical-coordinate representation of color #BBD4F5: hue angle of 214.14º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBD4F5 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 212 | 245 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.04 |
| HSL | 214.14º | 0.74% | 0.85% | - |
| HSV(B) | 214.14º | 0.24% | 0.96% | - |
| XYZ | 60.52 | 64.24 | 95.6 | - |
| YUV | 208.29 | 148.72 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 245 | 0.24 | 0.13 | 0 | 0.04 | 214.14 | 0.74 | 0.85 |
| Hex | BB | D4 | F5 | 18 | D | 0 | 4 | D6 | 4A | 55 |
| Octal | 273 | 324 | 365 | 30 | 15 | 0 | 4 | 326 | 112 | 125 |
| Binary | 10111011 | 11010100 | 11110101 | 11000 | 1101 | 0 | 100 | 11010110 | 1001010 | 1010101 |
Color Harmonies of #BBD4F5
Complementary color
Monochromatic Colors of #BBD4F5
Black with #BBD4F5
Text Example
Text Example
White with #BBD4F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD4F5; }
p { color: rgb(187,212,245); }
H1.HeaderClassName
{
color: #BBD4F5;
}
.AnyTagClassName
{
color: #BBD4F5;
}
</style>
background-color css
<style>
a { background-color: #BBD4F5; }
a { background-color: rgb(187,212,245); }
div.DivClassName
{
background-color: #BBD4F5;
}
.BgClassName
{
background-color: #BBD4F5;
}
</style>
border-color css
<style>
span { border-color: #BBD4F5; }
span { border-color: rgb(187,212,245); }
td.TdClassName
{
border-color: #BBD4F5;
}
.TagClassName
{
border-color: #BBD4F5;
}
</style>