Html Css Color HEX #B6D2EF Pale Cornflower Blue
📋 copy color: '#B6D2EF'red 182 ◦ green 210 ◦ blue 239
Shades of Pale Cornflower Blue #B6D2EF
Tints of Pale Cornflower Blue #B6D2EF
RGB
CMYK
RGB Variations
Color information
#B6D2EF (or 0xB6D2EF) is known color: Pale Cornflower Blue. HEX triplet: B6, D2 and EF. RGB value is (182,210,239). Sum of RGB (Red+Green+Blue) = 182+210+239=631 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.84% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #B6D2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6D2EF is #492D10. Grayscale: #CCCCCC. Windows color (decimal): -4795665 or 15717046. OLE color: 15717046.
HSL color Cylindrical-coordinate representation of color #B6D2EF: hue angle of 210.53º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6D2EF is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 210 | 239 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.06 |
| HSL | 210.53º | 0.64% | 0.83% | - |
| HSV(B) | 210.53º | 0.24% | 0.94% | - |
| XYZ | 57.92 | 62.27 | 90.63 | - |
| YUV | 204.93 | 147.22 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 210 | 239 | 0.24 | 0.12 | 0 | 0.06 | 210.53 | 0.64 | 0.83 |
| Hex | B6 | D2 | EF | 18 | C | 0 | 6 | D3 | 40 | 53 |
| Octal | 266 | 322 | 357 | 30 | 14 | 0 | 6 | 323 | 100 | 123 |
| Binary | 10110110 | 11010010 | 11101111 | 11000 | 1100 | 0 | 110 | 11010011 | 1000000 | 1010011 |
Color Harmonies of #B6D2EF
Complementary color
Monochromatic Colors of #B6D2EF
Black with #B6D2EF
Text Example
Text Example
White with #B6D2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D2EF; }
p { color: rgb(182,210,239); }
H1.HeaderClassName
{
color: #B6D2EF;
}
.AnyTagClassName
{
color: #B6D2EF;
}
</style>
background-color css
<style>
a { background-color: #B6D2EF; }
a { background-color: rgb(182,210,239); }
div.DivClassName
{
background-color: #B6D2EF;
}
.BgClassName
{
background-color: #B6D2EF;
}
</style>
border-color css
<style>
span { border-color: #B6D2EF; }
span { border-color: rgb(182,210,239); }
td.TdClassName
{
border-color: #B6D2EF;
}
.TagClassName
{
border-color: #B6D2EF;
}
</style>