Html Css Color HEX #B6DBFC Pale Cornflower Blue
📋 copy color: '#B6DBFC'red 182 ◦ green 219 ◦ blue 252
Shades of Pale Cornflower Blue #B6DBFC
Tints of Pale Cornflower Blue #B6DBFC
RGB
CMYK
RGB Variations
Color information
#B6DBFC (or 0xB6DBFC) is known color: Pale Cornflower Blue. HEX triplet: B6, DB and FC. RGB value is (182,219,252). Sum of RGB (Red+Green+Blue) = 182+219+252=653 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.87% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #B6DBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DBFC is #492403. Grayscale: #D3D3D3. Windows color (decimal): -4793348 or 16571318. OLE color: 16571318.
HSL color Cylindrical-coordinate representation of color #B6DBFC: hue angle of 208.29º 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 #B6DBFC is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 182 | 219 | 252 | - |
CMYK | 0.28 | 0.13 | 0 | 0.01 |
HSL | 208.29º | 0.92% | 0.85% | - |
HSV(B) | 208.29º | 0.28% | 0.99% | - |
XYZ | 62.19 | 67.64 | 101.87 | - |
YUV | 211.7 | 150.74 | 106.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 219 | 252 | 0.28 | 0.13 | 0 | 0.01 | 208.29 | 0.92 | 0.85 |
Hex | B6 | DB | FC | 1C | D | 0 | 1 | D0 | 5C | 55 |
Octal | 266 | 333 | 374 | 34 | 15 | 0 | 1 | 320 | 134 | 125 |
Binary | 10110110 | 11011011 | 11111100 | 11100 | 1101 | 0 | 1 | 11010000 | 1011100 | 1010101 |
Color Harmonies of #B6DBFC
Complementary color
Monochromatic Colors of #B6DBFC
Black with #B6DBFC
Text Example
Text Example
White with #B6DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DBFC; }
p { color: rgb(182,219,252); }
H1.HeaderClassName
{
color: #B6DBFC;
}
.AnyTagClassName
{
color: #B6DBFC;
}
</style>
background-color css
<style>
a { background-color: #B6DBFC; }
a { background-color: rgb(182,219,252); }
div.DivClassName
{
background-color: #B6DBFC;
}
.BgClassName
{
background-color: #B6DBFC;
}
</style>
border-color css
<style>
span { border-color: #B6DBFC; }
span { border-color: rgb(182,219,252); }
td.TdClassName
{
border-color: #B6DBFC;
}
.TagClassName
{
border-color: #B6DBFC;
}
</style>