Html Css Color HEX #B8D4EE Pale Cornflower Blue
📋 copy color: '#B8D4EE'red 184 ◦ green 212 ◦ blue 238
Shades of Pale Cornflower Blue #B8D4EE
Tints of Pale Cornflower Blue #B8D4EE
RGB
CMYK
RGB Variations
Color information
#B8D4EE (or 0xB8D4EE) is known color: Pale Cornflower Blue. HEX triplet: B8, D4 and EE. RGB value is (184,212,238). Sum of RGB (Red+Green+Blue) = 184+212+238=634 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.02% from 634); Green value is 212 (83.20% from 255 or 33.44% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #B8D4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D4EE is #472B11. Grayscale: #CECECE. Windows color (decimal): -4664082 or 15652024. OLE color: 15652024.
HSL color Cylindrical-coordinate representation of color #B8D4EE: hue angle of 208.89º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8D4EE is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 212 | 238 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.07 |
| HSL | 208.89º | 0.61% | 0.83% | - |
| HSV(B) | 208.89º | 0.23% | 0.93% | - |
| XYZ | 58.74 | 63.45 | 90.04 | - |
| YUV | 206.59 | 145.72 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 212 | 238 | 0.23 | 0.11 | 0 | 0.07 | 208.89 | 0.61 | 0.83 |
| Hex | B8 | D4 | EE | 17 | B | 0 | 7 | D1 | 3D | 53 |
| Octal | 270 | 324 | 356 | 27 | 13 | 0 | 7 | 321 | 75 | 123 |
| Binary | 10111000 | 11010100 | 11101110 | 10111 | 1011 | 0 | 111 | 11010001 | 111101 | 1010011 |
Color Harmonies of #B8D4EE
Complementary color
Monochromatic Colors of #B8D4EE
Black with #B8D4EE
Text Example
Text Example
White with #B8D4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D4EE; }
p { color: rgb(184,212,238); }
H1.HeaderClassName
{
color: #B8D4EE;
}
.AnyTagClassName
{
color: #B8D4EE;
}
</style>
background-color css
<style>
a { background-color: #B8D4EE; }
a { background-color: rgb(184,212,238); }
div.DivClassName
{
background-color: #B8D4EE;
}
.BgClassName
{
background-color: #B8D4EE;
}
</style>
border-color css
<style>
span { border-color: #B8D4EE; }
span { border-color: rgb(184,212,238); }
td.TdClassName
{
border-color: #B8D4EE;
}
.TagClassName
{
border-color: #B8D4EE;
}
</style>