Html Css Color HEX #BBD9F4 Pale Cornflower Blue
📋 copy color: '#BBD9F4'red 187 ◦ green 217 ◦ blue 244
Shades of Pale Cornflower Blue #BBD9F4
Tints of Pale Cornflower Blue #BBD9F4
RGB
CMYK
RGB Variations
Color information
#BBD9F4 (or 0xBBD9F4) is known color: Pale Cornflower Blue. HEX triplet: BB, D9 and F4. RGB value is (187,217,244). Sum of RGB (Red+Green+Blue) = 187+217+244=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 244 (95.70% from 255 or 37.65% from 648); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBD9F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD9F4 is #44260B. Grayscale: #D2D2D2. Windows color (decimal): -4466188 or 16046523. OLE color: 16046523.
HSL color Cylindrical-coordinate representation of color #BBD9F4: hue angle of 208.42º 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 #BBD9F4 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 217 | 244 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.04 |
| HSL | 208.42º | 0.72% | 0.85% | - |
| HSV(B) | 208.42º | 0.23% | 0.96% | - |
| XYZ | 61.64 | 66.72 | 95.22 | - |
| YUV | 211.11 | 146.56 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 217 | 244 | 0.23 | 0.11 | 0 | 0.04 | 208.42 | 0.72 | 0.85 |
| Hex | BB | D9 | F4 | 17 | B | 0 | 4 | D0 | 48 | 55 |
| Octal | 273 | 331 | 364 | 27 | 13 | 0 | 4 | 320 | 110 | 125 |
| Binary | 10111011 | 11011001 | 11110100 | 10111 | 1011 | 0 | 100 | 11010000 | 1001000 | 1010101 |
Color Harmonies of #BBD9F4
Complementary color
Monochromatic Colors of #BBD9F4
Black with #BBD9F4
Text Example
Text Example
White with #BBD9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD9F4; }
p { color: rgb(187,217,244); }
H1.HeaderClassName
{
color: #BBD9F4;
}
.AnyTagClassName
{
color: #BBD9F4;
}
</style>
background-color css
<style>
a { background-color: #BBD9F4; }
a { background-color: rgb(187,217,244); }
div.DivClassName
{
background-color: #BBD9F4;
}
.BgClassName
{
background-color: #BBD9F4;
}
</style>
border-color css
<style>
span { border-color: #BBD9F4; }
span { border-color: rgb(187,217,244); }
td.TdClassName
{
border-color: #BBD9F4;
}
.TagClassName
{
border-color: #BBD9F4;
}
</style>