Html Css Color HEX #B4D8FE Pale Cornflower Blue
📋 copy color: '#B4D8FE'red 180 ◦ green 216 ◦ blue 254
Shades of Pale Cornflower Blue #B4D8FE
Tints of Pale Cornflower Blue #B4D8FE
RGB
CMYK
RGB Variations
Color information
#B4D8FE (or 0xB4D8FE) is known color: Pale Cornflower Blue. HEX triplet: B4, D8 and FE. RGB value is (180,216,254). Sum of RGB (Red+Green+Blue) = 180+216+254=650 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.69% from 650); Green value is 216 (84.77% from 255 or 33.23% 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 #B4D8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4D8FE is #4B2701. Grayscale: #D1D1D1. Windows color (decimal): -4925186 or 16701620. OLE color: 16701620.
HSL color Cylindrical-coordinate representation of color #B4D8FE: hue angle of 210.81º 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 #B4D8FE is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 216 | 254 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.00 |
| HSL | 210.81º | 0.97% | 0.85% | - |
| HSV(B) | 210.81º | 0.29% | 1% | - |
| XYZ | 61.27 | 65.97 | 103.27 | - |
| YUV | 209.57 | 153.07 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 216 | 254 | 0.29 | 0.15 | 0 | 0.00 | 210.81 | 0.97 | 0.85 |
| Hex | B4 | D8 | FE | 1D | F | 0 | 0 | D3 | 61 | 55 |
| Octal | 264 | 330 | 376 | 35 | 17 | 0 | 0 | 323 | 141 | 125 |
| Binary | 10110100 | 11011000 | 11111110 | 11101 | 1111 | 0 | 0 | 11010011 | 1100001 | 1010101 |
Color Harmonies of #B4D8FE
Complementary color
Monochromatic Colors of #B4D8FE
Black with #B4D8FE
Text Example
Text Example
White with #B4D8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D8FE; }
p { color: rgb(180,216,254); }
H1.HeaderClassName
{
color: #B4D8FE;
}
.AnyTagClassName
{
color: #B4D8FE;
}
</style>
background-color css
<style>
a { background-color: #B4D8FE; }
a { background-color: rgb(180,216,254); }
div.DivClassName
{
background-color: #B4D8FE;
}
.BgClassName
{
background-color: #B4D8FE;
}
</style>
border-color css
<style>
span { border-color: #B4D8FE; }
span { border-color: rgb(180,216,254); }
td.TdClassName
{
border-color: #B4D8FE;
}
.TagClassName
{
border-color: #B4D8FE;
}
</style>