Html Css Color HEX #B4DEFE Pale Cornflower Blue
📋 copy color: '#B4DEFE'red 180 ◦ green 222 ◦ blue 254
Shades of Pale Cornflower Blue #B4DEFE
Tints of Pale Cornflower Blue #B4DEFE
RGB
CMYK
RGB Variations
Color information
#B4DEFE (or 0xB4DEFE) is known color: Pale Cornflower Blue. HEX triplet: B4, DE and FE. RGB value is (180,222,254). Sum of RGB (Red+Green+Blue) = 180+222+254=656 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.44% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #B4DEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DEFE is #4B2101. Grayscale: #D4D4D4. Windows color (decimal): -4923650 or 16703156. OLE color: 16703156.
HSL color Cylindrical-coordinate representation of color #B4DEFE: hue angle of 205.95º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4DEFE is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 222 | 254 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.00 |
| HSL | 205.95º | 0.97% | 0.85% | - |
| HSV(B) | 205.95º | 0.29% | 1% | - |
| XYZ | 62.83 | 69.1 | 103.79 | - |
| YUV | 213.09 | 151.09 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 222 | 254 | 0.29 | 0.13 | 0 | 0.00 | 205.95 | 0.97 | 0.85 |
| Hex | B4 | DE | FE | 1D | D | 0 | 0 | CE | 61 | 55 |
| Octal | 264 | 336 | 376 | 35 | 15 | 0 | 0 | 316 | 141 | 125 |
| Binary | 10110100 | 11011110 | 11111110 | 11101 | 1101 | 0 | 0 | 11001110 | 1100001 | 1010101 |
Color Harmonies of #B4DEFE
Complementary color
Monochromatic Colors of #B4DEFE
Black with #B4DEFE
Text Example
Text Example
White with #B4DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DEFE; }
p { color: rgb(180,222,254); }
H1.HeaderClassName
{
color: #B4DEFE;
}
.AnyTagClassName
{
color: #B4DEFE;
}
</style>
background-color css
<style>
a { background-color: #B4DEFE; }
a { background-color: rgb(180,222,254); }
div.DivClassName
{
background-color: #B4DEFE;
}
.BgClassName
{
background-color: #B4DEFE;
}
</style>
border-color css
<style>
span { border-color: #B4DEFE; }
span { border-color: rgb(180,222,254); }
td.TdClassName
{
border-color: #B4DEFE;
}
.TagClassName
{
border-color: #B4DEFE;
}
</style>