Html Css Color HEX #B6DBFF Pale Cornflower Blue
📋 copy color: '#B6DBFF'red 182 ◦ green 219 ◦ blue 255
Shades of Pale Cornflower Blue #B6DBFF
Tints of Pale Cornflower Blue #B6DBFF
RGB
CMYK
RGB Variations
Color information
#B6DBFF (or 0xB6DBFF) is known color: Pale Cornflower Blue. HEX triplet: B6, DB and FF. RGB value is (182,219,255). Sum of RGB (Red+Green+Blue) = 182+219+255=656 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.74% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DBFF is #492400. Grayscale: #D3D3D3. Windows color (decimal): -4793345 or 16767926. OLE color: 16767926.
HSL color Cylindrical-coordinate representation of color #B6DBFF: hue angle of 209.59º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6DBFF is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 182 | 219 | 255 | - |
CMYK | 0.29 | 0.14 | 0 | 0 |
HSL | 209.59º | 1% | 0.86% | - |
HSV(B) | 209.59º | 0.29% | 1% | - |
XYZ | 62.67 | 67.83 | 104.4 | - |
YUV | 212.04 | 152.24 | 106.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 219 | 255 | 0.29 | 0.14 | 0 | 0 | 209.59 | 1 | 0.86 |
Hex | B6 | DB | FF | 1D | E | 0 | 0 | D2 | 64 | 56 |
Octal | 266 | 333 | 377 | 35 | 16 | 0 | 0 | 322 | 144 | 126 |
Binary | 10110110 | 11011011 | 11111111 | 11101 | 1110 | 0 | 0 | 11010010 | 1100100 | 1010110 |
Color Harmonies of #B6DBFF
Complementary color
Monochromatic Colors of #B6DBFF
Black with #B6DBFF
Text Example
Text Example
White with #B6DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DBFF; }
p { color: rgb(182,219,255); }
H1.HeaderClassName
{
color: #B6DBFF;
}
.AnyTagClassName
{
color: #B6DBFF;
}
</style>
background-color css
<style>
a { background-color: #B6DBFF; }
a { background-color: rgb(182,219,255); }
div.DivClassName
{
background-color: #B6DBFF;
}
.BgClassName
{
background-color: #B6DBFF;
}
</style>
border-color css
<style>
span { border-color: #B6DBFF; }
span { border-color: rgb(182,219,255); }
td.TdClassName
{
border-color: #B6DBFF;
}
.TagClassName
{
border-color: #B6DBFF;
}
</style>