Html Css Color HEX #B0DCFC Pale Cornflower Blue
📋 copy color: '#B0DCFC'red 176 ◦ green 220 ◦ blue 252
Shades of Pale Cornflower Blue #B0DCFC
Tints of Pale Cornflower Blue #B0DCFC
RGB
CMYK
RGB Variations
Color information
#B0DCFC (or 0xB0DCFC) is known color: Pale Cornflower Blue. HEX triplet: B0, DC and FC. RGB value is (176,220,252). Sum of RGB (Red+Green+Blue) = 176+220+252=648 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.16% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #B0DCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DCFC is #4F2303. Grayscale: #D2D2D2. Windows color (decimal): -5186308 or 16571568. OLE color: 16571568.
HSL color Cylindrical-coordinate representation of color #B0DCFC: hue angle of 205.26º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0DCFC is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 220 | 252 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.01 |
| HSL | 205.26º | 0.93% | 0.84% | - |
| HSV(B) | 205.26º | 0.3% | 0.99% | - |
| XYZ | 61.07 | 67.44 | 101.9 | - |
| YUV | 210.49 | 151.42 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 252 | 0.30 | 0.13 | 0 | 0.01 | 205.26 | 0.93 | 0.84 |
| Hex | B0 | DC | FC | 1E | D | 0 | 1 | CD | 5D | 54 |
| Octal | 260 | 334 | 374 | 36 | 15 | 0 | 1 | 315 | 135 | 124 |
| Binary | 10110000 | 11011100 | 11111100 | 11110 | 1101 | 0 | 1 | 11001101 | 1011101 | 1010100 |
Color Harmonies of #B0DCFC
Complementary color
Monochromatic Colors of #B0DCFC
Black with #B0DCFC
Text Example
Text Example
White with #B0DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DCFC; }
p { color: rgb(176,220,252); }
H1.HeaderClassName
{
color: #B0DCFC;
}
.AnyTagClassName
{
color: #B0DCFC;
}
</style>
background-color css
<style>
a { background-color: #B0DCFC; }
a { background-color: rgb(176,220,252); }
div.DivClassName
{
background-color: #B0DCFC;
}
.BgClassName
{
background-color: #B0DCFC;
}
</style>
border-color css
<style>
span { border-color: #B0DCFC; }
span { border-color: rgb(176,220,252); }
td.TdClassName
{
border-color: #B0DCFC;
}
.TagClassName
{
border-color: #B0DCFC;
}
</style>