Html Css Color HEX #B2CCFF Pale Cornflower Blue
📋 copy color: '#B2CCFF'red 178 ◦ green 204 ◦ blue 255
Shades of Pale Cornflower Blue #B2CCFF
Tints of Pale Cornflower Blue #B2CCFF
RGB
CMYK
RGB Variations
Color information
#B2CCFF (or 0xB2CCFF) is known color: Pale Cornflower Blue. HEX triplet: B2, CC and FF. RGB value is (178,204,255). Sum of RGB (Red+Green+Blue) = 178+204+255=637 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.94% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2CCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CCFF is #4D3300. Grayscale: #C9C9C9. Windows color (decimal): -5059329 or 16764082. OLE color: 16764082.
HSL color Cylindrical-coordinate representation of color #B2CCFF: hue angle of 219.74º 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 #B2CCFF is Cyan = 0.30, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 204 | 255 | - |
| CMYK | 0.30 | 0.2 | 0 | 0 |
| HSL | 219.74º | 1% | 0.85% | - |
| HSV(B) | 219.74º | 0.3% | 1% | - |
| XYZ | 58 | 59.87 | 103.11 | - |
| YUV | 202.04 | 157.89 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 204 | 255 | 0.30 | 0.2 | 0 | 0 | 219.74 | 1 | 0.85 |
| Hex | B2 | CC | FF | 1E | 14 | 0 | 0 | DC | 64 | 55 |
| Octal | 262 | 314 | 377 | 36 | 24 | 0 | 0 | 334 | 144 | 125 |
| Binary | 10110010 | 11001100 | 11111111 | 11110 | 10100 | 0 | 0 | 11011100 | 1100100 | 1010101 |
Color Harmonies of #B2CCFF
Complementary color
Monochromatic Colors of #B2CCFF
Black with #B2CCFF
Text Example
Text Example
White with #B2CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CCFF; }
p { color: rgb(178,204,255); }
H1.HeaderClassName
{
color: #B2CCFF;
}
.AnyTagClassName
{
color: #B2CCFF;
}
</style>
background-color css
<style>
a { background-color: #B2CCFF; }
a { background-color: rgb(178,204,255); }
div.DivClassName
{
background-color: #B2CCFF;
}
.BgClassName
{
background-color: #B2CCFF;
}
</style>
border-color css
<style>
span { border-color: #B2CCFF; }
span { border-color: rgb(178,204,255); }
td.TdClassName
{
border-color: #B2CCFF;
}
.TagClassName
{
border-color: #B2CCFF;
}
</style>