Html Css Color HEX #B2DCFC Pale Cornflower Blue
📋 copy color: '#B2DCFC'red 178 ◦ green 220 ◦ blue 252
Shades of Pale Cornflower Blue #B2DCFC
Tints of Pale Cornflower Blue #B2DCFC
RGB
CMYK
RGB Variations
Color information
#B2DCFC (or 0xB2DCFC) is known color: Pale Cornflower Blue. HEX triplet: B2, DC and FC. RGB value is (178,220,252). Sum of RGB (Red+Green+Blue) = 178+220+252=650 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.38% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2DCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DCFC is #4D2303. Grayscale: #D2D2D2. Windows color (decimal): -5055236 or 16571570. OLE color: 16571570.
HSL color Cylindrical-coordinate representation of color #B2DCFC: hue angle of 205.95º 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 #B2DCFC is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 220 | 252 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.01 |
| HSL | 205.95º | 0.93% | 0.84% | - |
| HSV(B) | 205.95º | 0.29% | 0.99% | - |
| XYZ | 61.52 | 67.68 | 101.92 | - |
| YUV | 211.09 | 151.09 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 252 | 0.29 | 0.13 | 0 | 0.01 | 205.95 | 0.93 | 0.84 |
| Hex | B2 | DC | FC | 1D | D | 0 | 1 | CE | 5C | 54 |
| Octal | 262 | 334 | 374 | 35 | 15 | 0 | 1 | 316 | 134 | 124 |
| Binary | 10110010 | 11011100 | 11111100 | 11101 | 1101 | 0 | 1 | 11001110 | 1011100 | 1010100 |
Color Harmonies of #B2DCFC
Complementary color
Monochromatic Colors of #B2DCFC
Black with #B2DCFC
Text Example
Text Example
White with #B2DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DCFC; }
p { color: rgb(178,220,252); }
H1.HeaderClassName
{
color: #B2DCFC;
}
.AnyTagClassName
{
color: #B2DCFC;
}
</style>
background-color css
<style>
a { background-color: #B2DCFC; }
a { background-color: rgb(178,220,252); }
div.DivClassName
{
background-color: #B2DCFC;
}
.BgClassName
{
background-color: #B2DCFC;
}
</style>
border-color css
<style>
span { border-color: #B2DCFC; }
span { border-color: rgb(178,220,252); }
td.TdClassName
{
border-color: #B2DCFC;
}
.TagClassName
{
border-color: #B2DCFC;
}
</style>