Html Css Color HEX #BBD4F4 Pale Cornflower Blue
📋 copy color: '#BBD4F4'red 187 ◦ green 212 ◦ blue 244
Shades of Pale Cornflower Blue #BBD4F4
Tints of Pale Cornflower Blue #BBD4F4
RGB
CMYK
RGB Variations
Color information
#BBD4F4 (or 0xBBD4F4) is known color: Pale Cornflower Blue. HEX triplet: BB, D4 and F4. RGB value is (187,212,244). Sum of RGB (Red+Green+Blue) = 187+212+244=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 212 (83.20% from 255 or 32.97% from 643); Blue value is 244 (95.70% from 255 or 37.95% from 643); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBD4F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD4F4 is #442B0B. Grayscale: #D0D0D0. Windows color (decimal): -4467468 or 16045243. OLE color: 16045243.
HSL color Cylindrical-coordinate representation of color #BBD4F4: hue angle of 213.68º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBD4F4 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 212 | 244 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.04 |
| HSL | 213.68º | 0.72% | 0.85% | - |
| HSV(B) | 213.68º | 0.23% | 0.96% | - |
| XYZ | 60.37 | 64.18 | 94.79 | - |
| YUV | 208.17 | 148.22 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 244 | 0.23 | 0.13 | 0 | 0.04 | 213.68 | 0.72 | 0.85 |
| Hex | BB | D4 | F4 | 17 | D | 0 | 4 | D6 | 48 | 55 |
| Octal | 273 | 324 | 364 | 27 | 15 | 0 | 4 | 326 | 110 | 125 |
| Binary | 10111011 | 11010100 | 11110100 | 10111 | 1101 | 0 | 100 | 11010110 | 1001000 | 1010101 |
Color Harmonies of #BBD4F4
Complementary color
Monochromatic Colors of #BBD4F4
Black with #BBD4F4
Text Example
Text Example
White with #BBD4F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD4F4; }
p { color: rgb(187,212,244); }
H1.HeaderClassName
{
color: #BBD4F4;
}
.AnyTagClassName
{
color: #BBD4F4;
}
</style>
background-color css
<style>
a { background-color: #BBD4F4; }
a { background-color: rgb(187,212,244); }
div.DivClassName
{
background-color: #BBD4F4;
}
.BgClassName
{
background-color: #BBD4F4;
}
</style>
border-color css
<style>
span { border-color: #BBD4F4; }
span { border-color: rgb(187,212,244); }
td.TdClassName
{
border-color: #BBD4F4;
}
.TagClassName
{
border-color: #BBD4F4;
}
</style>