Html Css Color HEX #B2D6EE Pale Cornflower Blue
📋 copy color: '#B2D6EE'red 178 ◦ green 214 ◦ blue 238
Shades of Pale Cornflower Blue #B2D6EE
Tints of Pale Cornflower Blue #B2D6EE
RGB
CMYK
RGB Variations
Color information
#B2D6EE (or 0xB2D6EE) is known color: Pale Cornflower Blue. HEX triplet: B2, D6 and EE. RGB value is (178,214,238). Sum of RGB (Red+Green+Blue) = 178+214+238=630 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.25% from 630); Green value is 214 (83.98% from 255 or 33.97% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #B2D6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D6EE is #4D2911. Grayscale: #CDCDCD. Windows color (decimal): -5056786 or 15652530. OLE color: 15652530.
HSL color Cylindrical-coordinate representation of color #B2D6EE: hue angle of 204º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2D6EE is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 214 | 238 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.07 |
| HSL | 204º | 0.64% | 0.82% | - |
| HSV(B) | 204º | 0.25% | 0.93% | - |
| XYZ | 57.84 | 63.73 | 90.14 | - |
| YUV | 205.97 | 146.07 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 238 | 0.25 | 0.10 | 0 | 0.07 | 204 | 0.64 | 0.82 |
| Hex | B2 | D6 | EE | 19 | A | 0 | 7 | CC | 40 | 52 |
| Octal | 262 | 326 | 356 | 31 | 12 | 0 | 7 | 314 | 100 | 122 |
| Binary | 10110010 | 11010110 | 11101110 | 11001 | 1010 | 0 | 111 | 11001100 | 1000000 | 1010010 |
Color Harmonies of #B2D6EE
Complementary color
Monochromatic Colors of #B2D6EE
Black with #B2D6EE
Text Example
Text Example
White with #B2D6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D6EE; }
p { color: rgb(178,214,238); }
H1.HeaderClassName
{
color: #B2D6EE;
}
.AnyTagClassName
{
color: #B2D6EE;
}
</style>
background-color css
<style>
a { background-color: #B2D6EE; }
a { background-color: rgb(178,214,238); }
div.DivClassName
{
background-color: #B2D6EE;
}
.BgClassName
{
background-color: #B2D6EE;
}
</style>
border-color css
<style>
span { border-color: #B2D6EE; }
span { border-color: rgb(178,214,238); }
td.TdClassName
{
border-color: #B2D6EE;
}
.TagClassName
{
border-color: #B2D6EE;
}
</style>