Html Css Color HEX #B5D6EC Pale Cornflower Blue
📋 copy color: '#B5D6EC'red 181 ◦ green 214 ◦ blue 236
Shades of Pale Cornflower Blue #B5D6EC
Tints of Pale Cornflower Blue #B5D6EC
RGB
CMYK
RGB Variations
Color information
#B5D6EC (or 0xB5D6EC) is known color: Pale Cornflower Blue. HEX triplet: B5, D6 and EC. RGB value is (181,214,236). Sum of RGB (Red+Green+Blue) = 181+214+236=631 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.68% from 631); Green value is 214 (83.98% from 255 or 33.91% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5D6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D6EC is #4A2913. Grayscale: #CECECE. Windows color (decimal): -4860180 or 15521461. OLE color: 15521461.
HSL color Cylindrical-coordinate representation of color #B5D6EC: hue angle of 204º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5D6EC is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 214 | 236 | - |
CMYK | 0.23 | 0.09 | 0 | 0.07 |
HSL | 204º | 0.59% | 0.82% | - |
HSV(B) | 204º | 0.23% | 0.93% | - |
XYZ | 58.24 | 63.97 | 88.64 | - |
YUV | 206.64 | 144.57 | 109.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 214 | 236 | 0.23 | 0.09 | 0 | 0.07 | 204 | 0.59 | 0.82 |
Hex | B5 | D6 | EC | 17 | 9 | 0 | 7 | CC | 3B | 52 |
Octal | 265 | 326 | 354 | 27 | 11 | 0 | 7 | 314 | 73 | 122 |
Binary | 10110101 | 11010110 | 11101100 | 10111 | 1001 | 0 | 111 | 11001100 | 111011 | 1010010 |
Color Harmonies of #B5D6EC
Complementary color
Monochromatic Colors of #B5D6EC
Black with #B5D6EC
Text Example
Text Example
White with #B5D6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D6EC; }
p { color: rgb(181,214,236); }
H1.HeaderClassName
{
color: #B5D6EC;
}
.AnyTagClassName
{
color: #B5D6EC;
}
</style>
background-color css
<style>
a { background-color: #B5D6EC; }
a { background-color: rgb(181,214,236); }
div.DivClassName
{
background-color: #B5D6EC;
}
.BgClassName
{
background-color: #B5D6EC;
}
</style>
border-color css
<style>
span { border-color: #B5D6EC; }
span { border-color: rgb(181,214,236); }
td.TdClassName
{
border-color: #B5D6EC;
}
.TagClassName
{
border-color: #B5D6EC;
}
</style>