Html Css Color HEX #B6DEFE Pale Cornflower Blue
📋 copy color: '#B6DEFE'red 182 ◦ green 222 ◦ blue 254
Shades of Pale Cornflower Blue #B6DEFE
Tints of Pale Cornflower Blue #B6DEFE
RGB
CMYK
RGB Variations
Color information
#B6DEFE (or 0xB6DEFE) is known color: Pale Cornflower Blue. HEX triplet: B6, DE and FE. RGB value is (182,222,254). Sum of RGB (Red+Green+Blue) = 182+222+254=658 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.66% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6DEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DEFE is #492101. Grayscale: #D5D5D5. Windows color (decimal): -4792578 or 16703158. OLE color: 16703158.
HSL color Cylindrical-coordinate representation of color #B6DEFE: hue angle of 206.67º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6DEFE is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 222 | 254 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.00 |
| HSL | 206.67º | 0.97% | 0.85% | - |
| HSV(B) | 206.67º | 0.28% | 1% | - |
| XYZ | 63.3 | 69.34 | 103.81 | - |
| YUV | 213.69 | 150.75 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 222 | 254 | 0.28 | 0.13 | 0 | 0.00 | 206.67 | 0.97 | 0.85 |
| Hex | B6 | DE | FE | 1C | D | 0 | 0 | CF | 61 | 55 |
| Octal | 266 | 336 | 376 | 34 | 15 | 0 | 0 | 317 | 141 | 125 |
| Binary | 10110110 | 11011110 | 11111110 | 11100 | 1101 | 0 | 0 | 11001111 | 1100001 | 1010101 |
Color Harmonies of #B6DEFE
Complementary color
Monochromatic Colors of #B6DEFE
Black with #B6DEFE
Text Example
Text Example
White with #B6DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DEFE; }
p { color: rgb(182,222,254); }
H1.HeaderClassName
{
color: #B6DEFE;
}
.AnyTagClassName
{
color: #B6DEFE;
}
</style>
background-color css
<style>
a { background-color: #B6DEFE; }
a { background-color: rgb(182,222,254); }
div.DivClassName
{
background-color: #B6DEFE;
}
.BgClassName
{
background-color: #B6DEFE;
}
</style>
border-color css
<style>
span { border-color: #B6DEFE; }
span { border-color: rgb(182,222,254); }
td.TdClassName
{
border-color: #B6DEFE;
}
.TagClassName
{
border-color: #B6DEFE;
}
</style>