Html Css Color HEX #B0DCFE Pale Cornflower Blue
📋 copy color: '#B0DCFE'red 176 ◦ green 220 ◦ blue 254
Shades of Pale Cornflower Blue #B0DCFE
Tints of Pale Cornflower Blue #B0DCFE
RGB
CMYK
RGB Variations
Color information
#B0DCFE (or 0xB0DCFE) is known color: Pale Cornflower Blue. HEX triplet: B0, DC and FE. RGB value is (176,220,254). Sum of RGB (Red+Green+Blue) = 176+220+254=650 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.08% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0DCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DCFE is #4F2301. Grayscale: #D2D2D2. Windows color (decimal): -5186306 or 16702640. OLE color: 16702640.
HSL color Cylindrical-coordinate representation of color #B0DCFE: hue angle of 206.15º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0DCFE is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 220 | 254 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.00 |
| HSL | 206.15º | 0.98% | 0.84% | - |
| HSV(B) | 206.15º | 0.31% | 1% | - |
| XYZ | 61.39 | 67.57 | 103.57 | - |
| YUV | 210.72 | 152.42 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 254 | 0.31 | 0.13 | 0 | 0.00 | 206.15 | 0.98 | 0.84 |
| Hex | B0 | DC | FE | 1F | D | 0 | 0 | CE | 62 | 54 |
| Octal | 260 | 334 | 376 | 37 | 15 | 0 | 0 | 316 | 142 | 124 |
| Binary | 10110000 | 11011100 | 11111110 | 11111 | 1101 | 0 | 0 | 11001110 | 1100010 | 1010100 |
Color Harmonies of #B0DCFE
Complementary color
Monochromatic Colors of #B0DCFE
Black with #B0DCFE
Text Example
Text Example
White with #B0DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DCFE; }
p { color: rgb(176,220,254); }
H1.HeaderClassName
{
color: #B0DCFE;
}
.AnyTagClassName
{
color: #B0DCFE;
}
</style>
background-color css
<style>
a { background-color: #B0DCFE; }
a { background-color: rgb(176,220,254); }
div.DivClassName
{
background-color: #B0DCFE;
}
.BgClassName
{
background-color: #B0DCFE;
}
</style>
border-color css
<style>
span { border-color: #B0DCFE; }
span { border-color: rgb(176,220,254); }
td.TdClassName
{
border-color: #B0DCFE;
}
.TagClassName
{
border-color: #B0DCFE;
}
</style>