Html Css Color HEX #B6D9F2 Pale Cornflower Blue
📋 copy color: '#B6D9F2'red 182 ◦ green 217 ◦ blue 242
Shades of Pale Cornflower Blue #B6D9F2
Tints of Pale Cornflower Blue #B6D9F2
RGB
CMYK
RGB Variations
Color information
#B6D9F2 (or 0xB6D9F2) is known color: Pale Cornflower Blue. HEX triplet: B6, D9 and F2. RGB value is (182,217,242). Sum of RGB (Red+Green+Blue) = 182+217+242=641 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.39% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #B6D9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6D9F2 is #49260D. Grayscale: #D1D1D1. Windows color (decimal): -4793870 or 15915446. OLE color: 15915446.
HSL color Cylindrical-coordinate representation of color #B6D9F2: hue angle of 205º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6D9F2 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 182 | 217 | 242 | - |
CMYK | 0.25 | 0.10 | 0 | 0.05 |
HSL | 205º | 0.7% | 0.83% | - |
HSV(B) | 205º | 0.25% | 0.95% | - |
XYZ | 60.13 | 65.98 | 93.57 | - |
YUV | 209.39 | 146.4 | 108.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 217 | 242 | 0.25 | 0.10 | 0 | 0.05 | 205 | 0.7 | 0.83 |
Hex | B6 | D9 | F2 | 19 | A | 0 | 5 | CD | 46 | 53 |
Octal | 266 | 331 | 362 | 31 | 12 | 0 | 5 | 315 | 106 | 123 |
Binary | 10110110 | 11011001 | 11110010 | 11001 | 1010 | 0 | 101 | 11001101 | 1000110 | 1010011 |
Color Harmonies of #B6D9F2
Complementary color
Monochromatic Colors of #B6D9F2
Black with #B6D9F2
Text Example
Text Example
White with #B6D9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D9F2; }
p { color: rgb(182,217,242); }
H1.HeaderClassName
{
color: #B6D9F2;
}
.AnyTagClassName
{
color: #B6D9F2;
}
</style>
background-color css
<style>
a { background-color: #B6D9F2; }
a { background-color: rgb(182,217,242); }
div.DivClassName
{
background-color: #B6D9F2;
}
.BgClassName
{
background-color: #B6D9F2;
}
</style>
border-color css
<style>
span { border-color: #B6D9F2; }
span { border-color: rgb(182,217,242); }
td.TdClassName
{
border-color: #B6D9F2;
}
.TagClassName
{
border-color: #B6D9F2;
}
</style>