Html Css Color HEX #B2D2FE Pale Cornflower Blue
📋 copy color: '#B2D2FE'red 178 ◦ green 210 ◦ blue 254
Shades of Pale Cornflower Blue #B2D2FE
Tints of Pale Cornflower Blue #B2D2FE
RGB
CMYK
RGB Variations
Color information
#B2D2FE (or 0xB2D2FE) is known color: Pale Cornflower Blue. HEX triplet: B2, D2 and FE. RGB value is (178,210,254). Sum of RGB (Red+Green+Blue) = 178+210+254=642 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.73% from 642); Green value is 210 (82.42% from 255 or 32.71% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2D2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D2FE is #4D2D01. Grayscale: #CDCDCD. Windows color (decimal): -5057794 or 16700082. OLE color: 16700082.
HSL color Cylindrical-coordinate representation of color #B2D2FE: hue angle of 214.74º 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 #B2D2FE is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 210 | 254 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.00 |
| HSL | 214.74º | 0.97% | 0.85% | - |
| HSV(B) | 214.74º | 0.3% | 1% | - |
| XYZ | 59.3 | 62.71 | 102.75 | - |
| YUV | 205.45 | 155.4 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 254 | 0.30 | 0.17 | 0 | 0.00 | 214.74 | 0.97 | 0.85 |
| Hex | B2 | D2 | FE | 1E | 11 | 0 | 0 | D7 | 61 | 55 |
| Octal | 262 | 322 | 376 | 36 | 21 | 0 | 0 | 327 | 141 | 125 |
| Binary | 10110010 | 11010010 | 11111110 | 11110 | 10001 | 0 | 0 | 11010111 | 1100001 | 1010101 |
Color Harmonies of #B2D2FE
Complementary color
Monochromatic Colors of #B2D2FE
Black with #B2D2FE
Text Example
Text Example
White with #B2D2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D2FE; }
p { color: rgb(178,210,254); }
H1.HeaderClassName
{
color: #B2D2FE;
}
.AnyTagClassName
{
color: #B2D2FE;
}
</style>
background-color css
<style>
a { background-color: #B2D2FE; }
a { background-color: rgb(178,210,254); }
div.DivClassName
{
background-color: #B2D2FE;
}
.BgClassName
{
background-color: #B2D2FE;
}
</style>
border-color css
<style>
span { border-color: #B2D2FE; }
span { border-color: rgb(178,210,254); }
td.TdClassName
{
border-color: #B2D2FE;
}
.TagClassName
{
border-color: #B2D2FE;
}
</style>