Html Css Color HEX #B8DCFC Pale Cornflower Blue
📋 copy color: '#B8DCFC'red 184 ◦ green 220 ◦ blue 252
Shades of Pale Cornflower Blue #B8DCFC
Tints of Pale Cornflower Blue #B8DCFC
RGB
CMYK
RGB Variations
Color information
#B8DCFC (or 0xB8DCFC) is known color: Pale Cornflower Blue. HEX triplet: B8, DC and FC. RGB value is (184,220,252). Sum of RGB (Red+Green+Blue) = 184+220+252=656 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.05% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #B8DCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DCFC is #472303. Grayscale: #D4D4D4. Windows color (decimal): -4662020 or 16571576. OLE color: 16571576.
HSL color Cylindrical-coordinate representation of color #B8DCFC: hue angle of 208.24º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8DCFC is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 220 | 252 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.01 |
| HSL | 208.24º | 0.92% | 0.85% | - |
| HSV(B) | 208.24º | 0.27% | 0.99% | - |
| XYZ | 62.93 | 68.41 | 101.98 | - |
| YUV | 212.88 | 150.07 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 220 | 252 | 0.27 | 0.13 | 0 | 0.01 | 208.24 | 0.92 | 0.85 |
| Hex | B8 | DC | FC | 1B | D | 0 | 1 | D0 | 5C | 55 |
| Octal | 270 | 334 | 374 | 33 | 15 | 0 | 1 | 320 | 134 | 125 |
| Binary | 10111000 | 11011100 | 11111100 | 11011 | 1101 | 0 | 1 | 11010000 | 1011100 | 1010101 |
Color Harmonies of #B8DCFC
Complementary color
Monochromatic Colors of #B8DCFC
Black with #B8DCFC
Text Example
Text Example
White with #B8DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DCFC; }
p { color: rgb(184,220,252); }
H1.HeaderClassName
{
color: #B8DCFC;
}
.AnyTagClassName
{
color: #B8DCFC;
}
</style>
background-color css
<style>
a { background-color: #B8DCFC; }
a { background-color: rgb(184,220,252); }
div.DivClassName
{
background-color: #B8DCFC;
}
.BgClassName
{
background-color: #B8DCFC;
}
</style>
border-color css
<style>
span { border-color: #B8DCFC; }
span { border-color: rgb(184,220,252); }
td.TdClassName
{
border-color: #B8DCFC;
}
.TagClassName
{
border-color: #B8DCFC;
}
</style>