Html Css Color HEX #BBD2FF Pale Cornflower Blue
📋 copy color: '#BBD2FF'red 187 ◦ green 210 ◦ blue 255
Shades of Pale Cornflower Blue #BBD2FF
Tints of Pale Cornflower Blue #BBD2FF
RGB
CMYK
RGB Variations
Color information
#BBD2FF (or 0xBBD2FF) is known color: Pale Cornflower Blue. HEX triplet: BB, D2 and FF. RGB value is (187,210,255). Sum of RGB (Red+Green+Blue) = 187+210+255=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 210 (82.42% from 255 or 32.21% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBD2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD2FF is #442D00. Grayscale: #D0D0D0. Windows color (decimal): -4467969 or 16765627. OLE color: 16765627.
HSL color Cylindrical-coordinate representation of color #BBD2FF: hue angle of 219.71º 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 #BBD2FF is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 210 | 255 | - |
| CMYK | 0.27 | 0.18 | 0 | 0 |
| HSL | 219.71º | 1% | 0.87% | - |
| HSV(B) | 219.71º | 0.27% | 1% | - |
| XYZ | 61.59 | 63.88 | 103.69 | - |
| YUV | 208.25 | 154.38 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 255 | 0.27 | 0.18 | 0 | 0 | 219.71 | 1 | 0.87 |
| Hex | BB | D2 | FF | 1B | 12 | 0 | 0 | DC | 64 | 57 |
| Octal | 273 | 322 | 377 | 33 | 22 | 0 | 0 | 334 | 144 | 127 |
| Binary | 10111011 | 11010010 | 11111111 | 11011 | 10010 | 0 | 0 | 11011100 | 1100100 | 1010111 |
Color Harmonies of #BBD2FF
Complementary color
Monochromatic Colors of #BBD2FF
Black with #BBD2FF
Text Example
Text Example
White with #BBD2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD2FF; }
p { color: rgb(187,210,255); }
H1.HeaderClassName
{
color: #BBD2FF;
}
.AnyTagClassName
{
color: #BBD2FF;
}
</style>
background-color css
<style>
a { background-color: #BBD2FF; }
a { background-color: rgb(187,210,255); }
div.DivClassName
{
background-color: #BBD2FF;
}
.BgClassName
{
background-color: #BBD2FF;
}
</style>
border-color css
<style>
span { border-color: #BBD2FF; }
span { border-color: rgb(187,210,255); }
td.TdClassName
{
border-color: #BBD2FF;
}
.TagClassName
{
border-color: #BBD2FF;
}
</style>