Html Css Color HEX #BBDEFD Pale Cornflower Blue
📋 copy color: '#BBDEFD'red 187 ◦ green 222 ◦ blue 253
Shades of Pale Cornflower Blue #BBDEFD
Tints of Pale Cornflower Blue #BBDEFD
RGB
CMYK
RGB Variations
Color information
#BBDEFD (or 0xBBDEFD) is known color: Pale Cornflower Blue. HEX triplet: BB, DE and FD. RGB value is (187,222,253). Sum of RGB (Red+Green+Blue) = 187+222+253=662 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.25% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBDEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDEFD is #442102. Grayscale: #D6D6D6. Windows color (decimal): -4464899 or 16637627. OLE color: 16637627.
HSL color Cylindrical-coordinate representation of color #BBDEFD: hue angle of 208.18º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBDEFD is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 222 | 253 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.01 |
| HSL | 208.18º | 0.94% | 0.86% | - |
| HSV(B) | 208.18º | 0.26% | 0.99% | - |
| XYZ | 64.34 | 69.9 | 103.03 | - |
| YUV | 215.07 | 149.4 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 253 | 0.26 | 0.12 | 0 | 0.01 | 208.18 | 0.94 | 0.86 |
| Hex | BB | DE | FD | 1A | C | 0 | 1 | D0 | 5E | 56 |
| Octal | 273 | 336 | 375 | 32 | 14 | 0 | 1 | 320 | 136 | 126 |
| Binary | 10111011 | 11011110 | 11111101 | 11010 | 1100 | 0 | 1 | 11010000 | 1011110 | 1010110 |
Color Harmonies of #BBDEFD
Complementary color
Monochromatic Colors of #BBDEFD
Black with #BBDEFD
Text Example
Text Example
White with #BBDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEFD; }
p { color: rgb(187,222,253); }
H1.HeaderClassName
{
color: #BBDEFD;
}
.AnyTagClassName
{
color: #BBDEFD;
}
</style>
background-color css
<style>
a { background-color: #BBDEFD; }
a { background-color: rgb(187,222,253); }
div.DivClassName
{
background-color: #BBDEFD;
}
.BgClassName
{
background-color: #BBDEFD;
}
</style>
border-color css
<style>
span { border-color: #BBDEFD; }
span { border-color: rgb(187,222,253); }
td.TdClassName
{
border-color: #BBDEFD;
}
.TagClassName
{
border-color: #BBDEFD;
}
</style>