Html Css Color HEX #B6DEFB Pale Cornflower Blue
📋 copy color: '#B6DEFB'red 182 ◦ green 222 ◦ blue 251
Shades of Pale Cornflower Blue #B6DEFB
Tints of Pale Cornflower Blue #B6DEFB
RGB
CMYK
RGB Variations
Color information
#B6DEFB (or 0xB6DEFB) is known color: Pale Cornflower Blue. HEX triplet: B6, DE and FB. RGB value is (182,222,251). Sum of RGB (Red+Green+Blue) = 182+222+251=655 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.79% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #B6DEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DEFB is #492104. Grayscale: #D5D5D5. Windows color (decimal): -4792581 or 16506550. OLE color: 16506550.
HSL color Cylindrical-coordinate representation of color #B6DEFB: hue angle of 205.22º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6DEFB is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 222 | 251 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.02 |
| HSL | 205.22º | 0.9% | 0.85% | - |
| HSV(B) | 205.22º | 0.27% | 0.98% | - |
| XYZ | 62.83 | 69.15 | 101.3 | - |
| YUV | 213.35 | 149.25 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 222 | 251 | 0.27 | 0.12 | 0 | 0.02 | 205.22 | 0.9 | 0.85 |
| Hex | B6 | DE | FB | 1B | C | 0 | 2 | CD | 5A | 55 |
| Octal | 266 | 336 | 373 | 33 | 14 | 0 | 2 | 315 | 132 | 125 |
| Binary | 10110110 | 11011110 | 11111011 | 11011 | 1100 | 0 | 10 | 11001101 | 1011010 | 1010101 |
Color Harmonies of #B6DEFB
Complementary color
Monochromatic Colors of #B6DEFB
Black with #B6DEFB
Text Example
Text Example
White with #B6DEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DEFB; }
p { color: rgb(182,222,251); }
H1.HeaderClassName
{
color: #B6DEFB;
}
.AnyTagClassName
{
color: #B6DEFB;
}
</style>
background-color css
<style>
a { background-color: #B6DEFB; }
a { background-color: rgb(182,222,251); }
div.DivClassName
{
background-color: #B6DEFB;
}
.BgClassName
{
background-color: #B6DEFB;
}
</style>
border-color css
<style>
span { border-color: #B6DEFB; }
span { border-color: rgb(182,222,251); }
td.TdClassName
{
border-color: #B6DEFB;
}
.TagClassName
{
border-color: #B6DEFB;
}
</style>