Html Css Color HEX #B2CFFF Pale Cornflower Blue
📋 copy color: '#B2CFFF'red 178 ◦ green 207 ◦ blue 255
Shades of Pale Cornflower Blue #B2CFFF
Tints of Pale Cornflower Blue #B2CFFF
RGB
CMYK
RGB Variations
Color information
#B2CFFF (or 0xB2CFFF) is known color: Pale Cornflower Blue. HEX triplet: B2, CF and FF. RGB value is (178,207,255). Sum of RGB (Red+Green+Blue) = 178+207+255=640 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.81% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2CFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CFFF is #4D3000. Grayscale: #CBCBCB. Windows color (decimal): -5058561 or 16764850. OLE color: 16764850.
HSL color Cylindrical-coordinate representation of color #B2CFFF: hue angle of 217.4º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2CFFF is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 207 | 255 | - |
| CMYK | 0.30 | 0.19 | 0 | 0 |
| HSL | 217.4º | 1% | 0.85% | - |
| HSV(B) | 217.4º | 0.3% | 1% | - |
| XYZ | 58.72 | 61.31 | 103.35 | - |
| YUV | 203.8 | 156.89 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 255 | 0.30 | 0.19 | 0 | 0 | 217.4 | 1 | 0.85 |
| Hex | B2 | CF | FF | 1E | 13 | 0 | 0 | D9 | 64 | 55 |
| Octal | 262 | 317 | 377 | 36 | 23 | 0 | 0 | 331 | 144 | 125 |
| Binary | 10110010 | 11001111 | 11111111 | 11110 | 10011 | 0 | 0 | 11011001 | 1100100 | 1010101 |
Color Harmonies of #B2CFFF
Complementary color
Monochromatic Colors of #B2CFFF
Black with #B2CFFF
Text Example
Text Example
White with #B2CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CFFF; }
p { color: rgb(178,207,255); }
H1.HeaderClassName
{
color: #B2CFFF;
}
.AnyTagClassName
{
color: #B2CFFF;
}
</style>
background-color css
<style>
a { background-color: #B2CFFF; }
a { background-color: rgb(178,207,255); }
div.DivClassName
{
background-color: #B2CFFF;
}
.BgClassName
{
background-color: #B2CFFF;
}
</style>
border-color css
<style>
span { border-color: #B2CFFF; }
span { border-color: rgb(178,207,255); }
td.TdClassName
{
border-color: #B2CFFF;
}
.TagClassName
{
border-color: #B2CFFF;
}
</style>