Html Css Color HEX #BBDEFE Pale Cornflower Blue
📋 copy color: '#BBDEFE'red 187 ◦ green 222 ◦ blue 254
Shades of Pale Cornflower Blue #BBDEFE
Tints of Pale Cornflower Blue #BBDEFE
RGB
CMYK
RGB Variations
Color information
#BBDEFE (or 0xBBDEFE) is known color: Pale Cornflower Blue. HEX triplet: BB, DE and FE. RGB value is (187,222,254). Sum of RGB (Red+Green+Blue) = 187+222+254=663 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.21% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBDEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDEFE is #442101. Grayscale: #D7D7D7. Windows color (decimal): -4464898 or 16703163. OLE color: 16703163.
HSL color Cylindrical-coordinate representation of color #BBDEFE: hue angle of 208.66º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBDEFE is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 222 | 254 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.00 |
| HSL | 208.66º | 0.97% | 0.86% | - |
| HSV(B) | 208.66º | 0.26% | 1% | - |
| XYZ | 64.5 | 69.96 | 103.87 | - |
| YUV | 215.18 | 149.9 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 254 | 0.26 | 0.13 | 0 | 0.00 | 208.66 | 0.97 | 0.86 |
| Hex | BB | DE | FE | 1A | D | 0 | 0 | D1 | 61 | 56 |
| Octal | 273 | 336 | 376 | 32 | 15 | 0 | 0 | 321 | 141 | 126 |
| Binary | 10111011 | 11011110 | 11111110 | 11010 | 1101 | 0 | 0 | 11010001 | 1100001 | 1010110 |
Color Harmonies of #BBDEFE
Complementary color
Monochromatic Colors of #BBDEFE
Black with #BBDEFE
Text Example
Text Example
White with #BBDEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEFE; }
p { color: rgb(187,222,254); }
H1.HeaderClassName
{
color: #BBDEFE;
}
.AnyTagClassName
{
color: #BBDEFE;
}
</style>
background-color css
<style>
a { background-color: #BBDEFE; }
a { background-color: rgb(187,222,254); }
div.DivClassName
{
background-color: #BBDEFE;
}
.BgClassName
{
background-color: #BBDEFE;
}
</style>
border-color css
<style>
span { border-color: #BBDEFE; }
span { border-color: rgb(187,222,254); }
td.TdClassName
{
border-color: #BBDEFE;
}
.TagClassName
{
border-color: #BBDEFE;
}
</style>