Html Css Color HEX #B4D3EA Pale Cornflower Blue
📋 copy color: '#B4D3EA'red 180 ◦ green 211 ◦ blue 234
Shades of Pale Cornflower Blue #B4D3EA
Tints of Pale Cornflower Blue #B4D3EA
RGB
CMYK
RGB Variations
Color information
#B4D3EA (or 0xB4D3EA) is known color: Pale Cornflower Blue. HEX triplet: B4, D3 and EA. RGB value is (180,211,234). Sum of RGB (Red+Green+Blue) = 180+211+234=625 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.8% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4D3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4D3EA is #4B2C15. Grayscale: #CCCCCC. Windows color (decimal): -4926486 or 15389620. OLE color: 15389620.
HSL color Cylindrical-coordinate representation of color #B4D3EA: hue angle of 205.56º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4D3EA is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 211 | 234 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.08 |
| HSL | 205.56º | 0.56% | 0.81% | - |
| HSV(B) | 205.56º | 0.23% | 0.92% | - |
| XYZ | 56.97 | 62.23 | 86.85 | - |
| YUV | 204.35 | 144.73 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 211 | 234 | 0.23 | 0.10 | 0 | 0.08 | 205.56 | 0.56 | 0.81 |
| Hex | B4 | D3 | EA | 17 | A | 0 | 8 | CE | 38 | 51 |
| Octal | 264 | 323 | 352 | 27 | 12 | 0 | 10 | 316 | 70 | 121 |
| Binary | 10110100 | 11010011 | 11101010 | 10111 | 1010 | 0 | 1000 | 11001110 | 111000 | 1010001 |
Color Harmonies of #B4D3EA
Complementary color
Monochromatic Colors of #B4D3EA
Black with #B4D3EA
Text Example
Text Example
White with #B4D3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D3EA; }
p { color: rgb(180,211,234); }
H1.HeaderClassName
{
color: #B4D3EA;
}
.AnyTagClassName
{
color: #B4D3EA;
}
</style>
background-color css
<style>
a { background-color: #B4D3EA; }
a { background-color: rgb(180,211,234); }
div.DivClassName
{
background-color: #B4D3EA;
}
.BgClassName
{
background-color: #B4D3EA;
}
</style>
border-color css
<style>
span { border-color: #B4D3EA; }
span { border-color: rgb(180,211,234); }
td.TdClassName
{
border-color: #B4D3EA;
}
.TagClassName
{
border-color: #B4D3EA;
}
</style>