Html Css Color HEX #BBDCFF Pale Cornflower Blue
📋 copy color: '#BBDCFF'red 187 ◦ green 220 ◦ blue 255
Shades of Pale Cornflower Blue #BBDCFF
Tints of Pale Cornflower Blue #BBDCFF
RGB
CMYK
RGB Variations
Color information
#BBDCFF (or 0xBBDCFF) is known color: Pale Cornflower Blue. HEX triplet: BB, DC and FF. RGB value is (187,220,255). Sum of RGB (Red+Green+Blue) = 187+220+255=662 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.25% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBDCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDCFF is #442300. Grayscale: #D5D5D5. Windows color (decimal): -4465409 or 16768187. OLE color: 16768187.
HSL color Cylindrical-coordinate representation of color #BBDCFF: hue angle of 210.88º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBDCFF is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 220 | 255 | - |
| CMYK | 0.27 | 0.14 | 0 | 0 |
| HSL | 210.88º | 1% | 0.87% | - |
| HSV(B) | 210.88º | 0.27% | 1% | - |
| XYZ | 64.14 | 68.97 | 104.54 | - |
| YUV | 214.12 | 151.07 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 255 | 0.27 | 0.14 | 0 | 0 | 210.88 | 1 | 0.87 |
| Hex | BB | DC | FF | 1B | E | 0 | 0 | D3 | 64 | 57 |
| Octal | 273 | 334 | 377 | 33 | 16 | 0 | 0 | 323 | 144 | 127 |
| Binary | 10111011 | 11011100 | 11111111 | 11011 | 1110 | 0 | 0 | 11010011 | 1100100 | 1010111 |
Color Harmonies of #BBDCFF
Complementary color
Monochromatic Colors of #BBDCFF
Black with #BBDCFF
Text Example
Text Example
White with #BBDCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDCFF; }
p { color: rgb(187,220,255); }
H1.HeaderClassName
{
color: #BBDCFF;
}
.AnyTagClassName
{
color: #BBDCFF;
}
</style>
background-color css
<style>
a { background-color: #BBDCFF; }
a { background-color: rgb(187,220,255); }
div.DivClassName
{
background-color: #BBDCFF;
}
.BgClassName
{
background-color: #BBDCFF;
}
</style>
border-color css
<style>
span { border-color: #BBDCFF; }
span { border-color: rgb(187,220,255); }
td.TdClassName
{
border-color: #BBDCFF;
}
.TagClassName
{
border-color: #BBDCFF;
}
</style>