Html Css Color HEX #B2CFFC Pale Cornflower Blue
📋 copy color: '#B2CFFC'red 178 ◦ green 207 ◦ blue 252
Shades of Pale Cornflower Blue #B2CFFC
Tints of Pale Cornflower Blue #B2CFFC
RGB
CMYK
RGB Variations
Color information
#B2CFFC (or 0xB2CFFC) is known color: Pale Cornflower Blue. HEX triplet: B2, CF and FC. RGB value is (178,207,252). Sum of RGB (Red+Green+Blue) = 178+207+252=637 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.94% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2CFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CFFC is #4D3003. Grayscale: #CBCBCB. Windows color (decimal): -5058564 or 16568242. OLE color: 16568242.
HSL color Cylindrical-coordinate representation of color #B2CFFC: hue angle of 216.49º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2CFFC is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 207 | 252 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.01 |
| HSL | 216.49º | 0.93% | 0.84% | - |
| HSV(B) | 216.49º | 0.29% | 0.99% | - |
| XYZ | 58.24 | 61.12 | 100.82 | - |
| YUV | 203.46 | 155.39 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 252 | 0.29 | 0.18 | 0 | 0.01 | 216.49 | 0.93 | 0.84 |
| Hex | B2 | CF | FC | 1D | 12 | 0 | 1 | D8 | 5C | 54 |
| Octal | 262 | 317 | 374 | 35 | 22 | 0 | 1 | 330 | 134 | 124 |
| Binary | 10110010 | 11001111 | 11111100 | 11101 | 10010 | 0 | 1 | 11011000 | 1011100 | 1010100 |
Color Harmonies of #B2CFFC
Complementary color
Monochromatic Colors of #B2CFFC
Black with #B2CFFC
Text Example
Text Example
White with #B2CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CFFC; }
p { color: rgb(178,207,252); }
H1.HeaderClassName
{
color: #B2CFFC;
}
.AnyTagClassName
{
color: #B2CFFC;
}
</style>
background-color css
<style>
a { background-color: #B2CFFC; }
a { background-color: rgb(178,207,252); }
div.DivClassName
{
background-color: #B2CFFC;
}
.BgClassName
{
background-color: #B2CFFC;
}
</style>
border-color css
<style>
span { border-color: #B2CFFC; }
span { border-color: rgb(178,207,252); }
td.TdClassName
{
border-color: #B2CFFC;
}
.TagClassName
{
border-color: #B2CFFC;
}
</style>