Html Css Color HEX #BBDDFD Pale Cornflower Blue
📋 copy color: '#BBDDFD'red 187 ◦ green 221 ◦ blue 253
Shades of Pale Cornflower Blue #BBDDFD
Tints of Pale Cornflower Blue #BBDDFD
RGB
CMYK
RGB Variations
Color information
#BBDDFD (or 0xBBDDFD) is known color: Pale Cornflower Blue. HEX triplet: BB, DD and FD. RGB value is (187,221,253). Sum of RGB (Red+Green+Blue) = 187+221+253=661 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.29% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBDDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDFD is #442202. Grayscale: #D6D6D6. Windows color (decimal): -4465155 or 16637371. OLE color: 16637371.
HSL color Cylindrical-coordinate representation of color #BBDDFD: hue angle of 209.09º 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 #BBDDFD is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 221 | 253 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.01 |
| HSL | 209.09º | 0.94% | 0.86% | - |
| HSV(B) | 209.09º | 0.26% | 0.99% | - |
| XYZ | 64.08 | 69.37 | 102.94 | - |
| YUV | 214.48 | 149.74 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 253 | 0.26 | 0.13 | 0 | 0.01 | 209.09 | 0.94 | 0.86 |
| Hex | BB | DD | FD | 1A | D | 0 | 1 | D1 | 5E | 56 |
| Octal | 273 | 335 | 375 | 32 | 15 | 0 | 1 | 321 | 136 | 126 |
| Binary | 10111011 | 11011101 | 11111101 | 11010 | 1101 | 0 | 1 | 11010001 | 1011110 | 1010110 |
Color Harmonies of #BBDDFD
Complementary color
Monochromatic Colors of #BBDDFD
Black with #BBDDFD
Text Example
Text Example
White with #BBDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDFD; }
p { color: rgb(187,221,253); }
H1.HeaderClassName
{
color: #BBDDFD;
}
.AnyTagClassName
{
color: #BBDDFD;
}
</style>
background-color css
<style>
a { background-color: #BBDDFD; }
a { background-color: rgb(187,221,253); }
div.DivClassName
{
background-color: #BBDDFD;
}
.BgClassName
{
background-color: #BBDDFD;
}
</style>
border-color css
<style>
span { border-color: #BBDDFD; }
span { border-color: rgb(187,221,253); }
td.TdClassName
{
border-color: #BBDDFD;
}
.TagClassName
{
border-color: #BBDDFD;
}
</style>