Html Css Color HEX #B2CEFE Pale Cornflower Blue
📋 copy color: '#B2CEFE'red 178 ◦ green 206 ◦ blue 254
Shades of Pale Cornflower Blue #B2CEFE
Tints of Pale Cornflower Blue #B2CEFE
RGB
CMYK
RGB Variations
Color information
#B2CEFE (or 0xB2CEFE) is known color: Pale Cornflower Blue. HEX triplet: B2, CE and FE. RGB value is (178,206,254). Sum of RGB (Red+Green+Blue) = 178+206+254=638 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.90% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2CEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CEFE is #4D3101. Grayscale: #CACACA. Windows color (decimal): -5058818 or 16699058. OLE color: 16699058.
HSL color Cylindrical-coordinate representation of color #B2CEFE: hue angle of 217.89º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2CEFE is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 206 | 254 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.00 |
| HSL | 217.89º | 0.97% | 0.85% | - |
| HSV(B) | 217.89º | 0.3% | 1% | - |
| XYZ | 58.32 | 60.76 | 102.42 | - |
| YUV | 203.1 | 156.72 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 254 | 0.30 | 0.19 | 0 | 0.00 | 217.89 | 0.97 | 0.85 |
| Hex | B2 | CE | FE | 1E | 13 | 0 | 0 | DA | 61 | 55 |
| Octal | 262 | 316 | 376 | 36 | 23 | 0 | 0 | 332 | 141 | 125 |
| Binary | 10110010 | 11001110 | 11111110 | 11110 | 10011 | 0 | 0 | 11011010 | 1100001 | 1010101 |
Color Harmonies of #B2CEFE
Complementary color
Monochromatic Colors of #B2CEFE
Black with #B2CEFE
Text Example
Text Example
White with #B2CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CEFE; }
p { color: rgb(178,206,254); }
H1.HeaderClassName
{
color: #B2CEFE;
}
.AnyTagClassName
{
color: #B2CEFE;
}
</style>
background-color css
<style>
a { background-color: #B2CEFE; }
a { background-color: rgb(178,206,254); }
div.DivClassName
{
background-color: #B2CEFE;
}
.BgClassName
{
background-color: #B2CEFE;
}
</style>
border-color css
<style>
span { border-color: #B2CEFE; }
span { border-color: rgb(178,206,254); }
td.TdClassName
{
border-color: #B2CEFE;
}
.TagClassName
{
border-color: #B2CEFE;
}
</style>