Html Css Color HEX #B5D2EF Pale Cornflower Blue
📋 copy color: '#B5D2EF'red 181 ◦ green 210 ◦ blue 239
Shades of Pale Cornflower Blue #B5D2EF
Tints of Pale Cornflower Blue #B5D2EF
RGB
CMYK
RGB Variations
Color information
#B5D2EF (or 0xB5D2EF) is known color: Pale Cornflower Blue. HEX triplet: B5, D2 and EF. RGB value is (181,210,239). Sum of RGB (Red+Green+Blue) = 181+210+239=630 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.73% from 630); Green value is 210 (82.42% from 255 or 33.33% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5D2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D2EF is #4A2D10. Grayscale: #CCCCCC. Windows color (decimal): -4861201 or 15717045. OLE color: 15717045.
HSL color Cylindrical-coordinate representation of color #B5D2EF: hue angle of 210º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5D2EF is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 210 | 239 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.06 |
| HSL | 210º | 0.64% | 0.82% | - |
| HSV(B) | 210º | 0.24% | 0.94% | - |
| XYZ | 57.68 | 62.15 | 90.62 | - |
| YUV | 204.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 239 | 0.24 | 0.12 | 0 | 0.06 | 210 | 0.64 | 0.82 |
| Hex | B5 | D2 | EF | 18 | C | 0 | 6 | D2 | 40 | 52 |
| Octal | 265 | 322 | 357 | 30 | 14 | 0 | 6 | 322 | 100 | 122 |
| Binary | 10110101 | 11010010 | 11101111 | 11000 | 1100 | 0 | 110 | 11010010 | 1000000 | 1010010 |
Color Harmonies of #B5D2EF
Complementary color
Monochromatic Colors of #B5D2EF
Black with #B5D2EF
Text Example
Text Example
White with #B5D2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D2EF; }
p { color: rgb(181,210,239); }
H1.HeaderClassName
{
color: #B5D2EF;
}
.AnyTagClassName
{
color: #B5D2EF;
}
</style>
background-color css
<style>
a { background-color: #B5D2EF; }
a { background-color: rgb(181,210,239); }
div.DivClassName
{
background-color: #B5D2EF;
}
.BgClassName
{
background-color: #B5D2EF;
}
</style>
border-color css
<style>
span { border-color: #B5D2EF; }
span { border-color: rgb(181,210,239); }
td.TdClassName
{
border-color: #B5D2EF;
}
.TagClassName
{
border-color: #B5D2EF;
}
</style>