Html Css Color HEX #B6DEFC Pale Cornflower Blue
📋 copy color: '#B6DEFC'red 182 ◦ green 222 ◦ blue 252
Shades of Pale Cornflower Blue #B6DEFC
Tints of Pale Cornflower Blue #B6DEFC
RGB
CMYK
RGB Variations
Color information
#B6DEFC (or 0xB6DEFC) is known color: Pale Cornflower Blue. HEX triplet: B6, DE and FC. RGB value is (182,222,252). Sum of RGB (Red+Green+Blue) = 182+222+252=656 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.74% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #B6DEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DEFC is #492103. Grayscale: #D5D5D5. Windows color (decimal): -4792580 or 16572086. OLE color: 16572086.
HSL color Cylindrical-coordinate representation of color #B6DEFC: hue angle of 205.71º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6DEFC is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 182 | 222 | 252 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.01 |
| HSL | 205.71º | 0.92% | 0.85% | - |
| HSV(B) | 205.71º | 0.28% | 0.99% | - |
| XYZ | 62.98 | 69.22 | 102.14 | - |
| YUV | 213.46 | 149.75 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 222 | 252 | 0.28 | 0.12 | 0 | 0.01 | 205.71 | 0.92 | 0.85 |
| Hex | B6 | DE | FC | 1C | C | 0 | 1 | CE | 5C | 55 |
| Octal | 266 | 336 | 374 | 34 | 14 | 0 | 1 | 316 | 134 | 125 |
| Binary | 10110110 | 11011110 | 11111100 | 11100 | 1100 | 0 | 1 | 11001110 | 1011100 | 1010101 |
Color Harmonies of #B6DEFC
Complementary color
Monochromatic Colors of #B6DEFC
Black with #B6DEFC
Text Example
Text Example
White with #B6DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DEFC; }
p { color: rgb(182,222,252); }
H1.HeaderClassName
{
color: #B6DEFC;
}
.AnyTagClassName
{
color: #B6DEFC;
}
</style>
background-color css
<style>
a { background-color: #B6DEFC; }
a { background-color: rgb(182,222,252); }
div.DivClassName
{
background-color: #B6DEFC;
}
.BgClassName
{
background-color: #B6DEFC;
}
</style>
border-color css
<style>
span { border-color: #B6DEFC; }
span { border-color: rgb(182,222,252); }
td.TdClassName
{
border-color: #B6DEFC;
}
.TagClassName
{
border-color: #B6DEFC;
}
</style>