Html Css Color HEX #B2DCFF Pale Cornflower Blue
📋 copy color: '#B2DCFF'red 178 ◦ green 220 ◦ blue 255
Shades of Pale Cornflower Blue #B2DCFF
Tints of Pale Cornflower Blue #B2DCFF
RGB
CMYK
RGB Variations
Color information
#B2DCFF (or 0xB2DCFF) is known color: Pale Cornflower Blue. HEX triplet: B2, DC and FF. RGB value is (178,220,255). Sum of RGB (Red+Green+Blue) = 178+220+255=653 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.26% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2DCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DCFF is #4D2300. Grayscale: #D3D3D3. Windows color (decimal): -5055233 or 16768178. OLE color: 16768178.
HSL color Cylindrical-coordinate representation of color #B2DCFF: hue angle of 207.27º 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 #B2DCFF is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 220 | 255 | - |
| CMYK | 0.30 | 0.14 | 0 | 0 |
| HSL | 207.27º | 1% | 0.85% | - |
| HSV(B) | 207.27º | 0.3% | 1% | - |
| XYZ | 62 | 67.87 | 104.44 | - |
| YUV | 211.43 | 152.59 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 255 | 0.30 | 0.14 | 0 | 0 | 207.27 | 1 | 0.85 |
| Hex | B2 | DC | FF | 1E | E | 0 | 0 | CF | 64 | 55 |
| Octal | 262 | 334 | 377 | 36 | 16 | 0 | 0 | 317 | 144 | 125 |
| Binary | 10110010 | 11011100 | 11111111 | 11110 | 1110 | 0 | 0 | 11001111 | 1100100 | 1010101 |
Color Harmonies of #B2DCFF
Complementary color
Monochromatic Colors of #B2DCFF
Black with #B2DCFF
Text Example
Text Example
White with #B2DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DCFF; }
p { color: rgb(178,220,255); }
H1.HeaderClassName
{
color: #B2DCFF;
}
.AnyTagClassName
{
color: #B2DCFF;
}
</style>
background-color css
<style>
a { background-color: #B2DCFF; }
a { background-color: rgb(178,220,255); }
div.DivClassName
{
background-color: #B2DCFF;
}
.BgClassName
{
background-color: #B2DCFF;
}
</style>
border-color css
<style>
span { border-color: #B2DCFF; }
span { border-color: rgb(178,220,255); }
td.TdClassName
{
border-color: #B2DCFF;
}
.TagClassName
{
border-color: #B2DCFF;
}
</style>