Html Css Color HEX #B6DBF9 Pale Cornflower Blue
📋 copy color: '#B6DBF9'red 182 ◦ green 219 ◦ blue 249
Shades of Pale Cornflower Blue #B6DBF9
Tints of Pale Cornflower Blue #B6DBF9
RGB
CMYK
RGB Variations
Color information
#B6DBF9 (or 0xB6DBF9) is known color: Pale Cornflower Blue. HEX triplet: B6, DB and F9. RGB value is (182,219,249). Sum of RGB (Red+Green+Blue) = 182+219+249=650 (86% of max value = 765). Red value is 182 (71.48% from 255 or 28% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 249 (97.66% from 255 or 38.31% from 650); Max value from RGB is 249 - color contains mainly: blue. Hex color #B6DBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DBF9 is #492406. Grayscale: #D3D3D3. Windows color (decimal): -4793351 or 16374710. OLE color: 16374710.
HSL color Cylindrical-coordinate representation of color #B6DBF9: hue angle of 206.87º degrees, saturation: 0.85, 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 #B6DBF9 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 182 | 219 | 249 | - |
CMYK | 0.27 | 0.12 | 0 | 0.02 |
HSL | 206.87º | 0.85% | 0.85% | - |
HSV(B) | 206.87º | 0.27% | 0.98% | - |
XYZ | 61.72 | 67.45 | 99.39 | - |
YUV | 211.36 | 149.24 | 107.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 219 | 249 | 0.27 | 0.12 | 0 | 0.02 | 206.87 | 0.85 | 0.85 |
Hex | B6 | DB | F9 | 1B | C | 0 | 2 | CF | 55 | 55 |
Octal | 266 | 333 | 371 | 33 | 14 | 0 | 2 | 317 | 125 | 125 |
Binary | 10110110 | 11011011 | 11111001 | 11011 | 1100 | 0 | 10 | 11001111 | 1010101 | 1010101 |
Color Harmonies of #B6DBF9
Complementary color
Monochromatic Colors of #B6DBF9
Black with #B6DBF9
Text Example
Text Example
White with #B6DBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DBF9; }
p { color: rgb(182,219,249); }
H1.HeaderClassName
{
color: #B6DBF9;
}
.AnyTagClassName
{
color: #B6DBF9;
}
</style>
background-color css
<style>
a { background-color: #B6DBF9; }
a { background-color: rgb(182,219,249); }
div.DivClassName
{
background-color: #B6DBF9;
}
.BgClassName
{
background-color: #B6DBF9;
}
</style>
border-color css
<style>
span { border-color: #B6DBF9; }
span { border-color: rgb(182,219,249); }
td.TdClassName
{
border-color: #B6DBF9;
}
.TagClassName
{
border-color: #B6DBF9;
}
</style>