Html Css Color HEX #B2CFEC Pale Cornflower Blue
📋 copy color: '#B2CFEC'red 178 ◦ green 207 ◦ blue 236
Shades of Pale Cornflower Blue #B2CFEC
Tints of Pale Cornflower Blue #B2CFEC
RGB
CMYK
RGB Variations
Color information
#B2CFEC (or 0xB2CFEC) is known color: Pale Cornflower Blue. HEX triplet: B2, CF and EC. RGB value is (178,207,236). Sum of RGB (Red+Green+Blue) = 178+207+236=621 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.66% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2CFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CFEC is #4D3013. Grayscale: #C9C9C9. Windows color (decimal): -5058580 or 15519666. OLE color: 15519666.
HSL color Cylindrical-coordinate representation of color #B2CFEC: hue angle of 210º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2CFEC is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 207 | 236 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.07 |
| HSL | 210º | 0.6% | 0.81% | - |
| HSV(B) | 210º | 0.25% | 0.93% | - |
| XYZ | 55.81 | 60.15 | 88.02 | - |
| YUV | 201.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 236 | 0.25 | 0.12 | 0 | 0.07 | 210 | 0.6 | 0.81 |
| Hex | B2 | CF | EC | 19 | C | 0 | 7 | D2 | 3C | 51 |
| Octal | 262 | 317 | 354 | 31 | 14 | 0 | 7 | 322 | 74 | 121 |
| Binary | 10110010 | 11001111 | 11101100 | 11001 | 1100 | 0 | 111 | 11010010 | 111100 | 1010001 |
Color Harmonies of #B2CFEC
Complementary color
Monochromatic Colors of #B2CFEC
Black with #B2CFEC
Text Example
Text Example
White with #B2CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CFEC; }
p { color: rgb(178,207,236); }
H1.HeaderClassName
{
color: #B2CFEC;
}
.AnyTagClassName
{
color: #B2CFEC;
}
</style>
background-color css
<style>
a { background-color: #B2CFEC; }
a { background-color: rgb(178,207,236); }
div.DivClassName
{
background-color: #B2CFEC;
}
.BgClassName
{
background-color: #B2CFEC;
}
</style>
border-color css
<style>
span { border-color: #B2CFEC; }
span { border-color: rgb(178,207,236); }
td.TdClassName
{
border-color: #B2CFEC;
}
.TagClassName
{
border-color: #B2CFEC;
}
</style>