Html Css Color HEX #B2D3EF Pale Cornflower Blue
📋 copy color: '#B2D3EF'red 178 ◦ green 211 ◦ blue 239
Shades of Pale Cornflower Blue #B2D3EF
Tints of Pale Cornflower Blue #B2D3EF
RGB
CMYK
RGB Variations
Color information
#B2D3EF (or 0xB2D3EF) is known color: Pale Cornflower Blue. HEX triplet: B2, D3 and EF. RGB value is (178,211,239). Sum of RGB (Red+Green+Blue) = 178+211+239=628 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.34% from 628); Green value is 211 (82.81% from 255 or 33.60% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: blue. Hex color #B2D3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D3EF is #4D2C10. Grayscale: #CCCCCC. Windows color (decimal): -5057553 or 15717298. OLE color: 15717298.
HSL color Cylindrical-coordinate representation of color #B2D3EF: hue angle of 207.54º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2D3EF is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 211 | 239 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.06 |
| HSL | 207.54º | 0.66% | 0.82% | - |
| HSV(B) | 207.54º | 0.26% | 0.94% | - |
| XYZ | 57.23 | 62.29 | 90.67 | - |
| YUV | 204.33 | 147.57 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 211 | 239 | 0.26 | 0.12 | 0 | 0.06 | 207.54 | 0.66 | 0.82 |
| Hex | B2 | D3 | EF | 1A | C | 0 | 6 | D0 | 42 | 52 |
| Octal | 262 | 323 | 357 | 32 | 14 | 0 | 6 | 320 | 102 | 122 |
| Binary | 10110010 | 11010011 | 11101111 | 11010 | 1100 | 0 | 110 | 11010000 | 1000010 | 1010010 |
Color Harmonies of #B2D3EF
Complementary color
Monochromatic Colors of #B2D3EF
Black with #B2D3EF
Text Example
Text Example
White with #B2D3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D3EF; }
p { color: rgb(178,211,239); }
H1.HeaderClassName
{
color: #B2D3EF;
}
.AnyTagClassName
{
color: #B2D3EF;
}
</style>
background-color css
<style>
a { background-color: #B2D3EF; }
a { background-color: rgb(178,211,239); }
div.DivClassName
{
background-color: #B2D3EF;
}
.BgClassName
{
background-color: #B2D3EF;
}
</style>
border-color css
<style>
span { border-color: #B2D3EF; }
span { border-color: rgb(178,211,239); }
td.TdClassName
{
border-color: #B2D3EF;
}
.TagClassName
{
border-color: #B2D3EF;
}
</style>