Html Css Color HEX #B6D2FA Pale Cornflower Blue
📋 copy color: '#B6D2FA'red 182 ◦ green 210 ◦ blue 250
Shades of Pale Cornflower Blue #B6D2FA
Tints of Pale Cornflower Blue #B6D2FA
RGB
CMYK
RGB Variations
Color information
#B6D2FA (or 0xB6D2FA) is known color: Pale Cornflower Blue. HEX triplet: B6, D2 and FA. RGB value is (182,210,250). Sum of RGB (Red+Green+Blue) = 182+210+250=642 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.35% from 642); Green value is 210 (82.42% from 255 or 32.71% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #B6D2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6D2FA is #492D05. Grayscale: #CECECE. Windows color (decimal): -4795654 or 16437942. OLE color: 16437942.
HSL color Cylindrical-coordinate representation of color #B6D2FA: hue angle of 215.29º degrees, saturation: 0.87, 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 #B6D2FA is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 210 | 250 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.02 |
| HSL | 215.29º | 0.87% | 0.85% | - |
| HSV(B) | 215.29º | 0.27% | 0.98% | - |
| XYZ | 59.59 | 62.94 | 99.45 | - |
| YUV | 206.19 | 152.72 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 210 | 250 | 0.27 | 0.16 | 0 | 0.02 | 215.29 | 0.87 | 0.85 |
| Hex | B6 | D2 | FA | 1B | 10 | 0 | 2 | D7 | 57 | 55 |
| Octal | 266 | 322 | 372 | 33 | 20 | 0 | 2 | 327 | 127 | 125 |
| Binary | 10110110 | 11010010 | 11111010 | 11011 | 10000 | 0 | 10 | 11010111 | 1010111 | 1010101 |
Color Harmonies of #B6D2FA
Complementary color
Monochromatic Colors of #B6D2FA
Black with #B6D2FA
Text Example
Text Example
White with #B6D2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D2FA; }
p { color: rgb(182,210,250); }
H1.HeaderClassName
{
color: #B6D2FA;
}
.AnyTagClassName
{
color: #B6D2FA;
}
</style>
background-color css
<style>
a { background-color: #B6D2FA; }
a { background-color: rgb(182,210,250); }
div.DivClassName
{
background-color: #B6D2FA;
}
.BgClassName
{
background-color: #B6D2FA;
}
</style>
border-color css
<style>
span { border-color: #B6D2FA; }
span { border-color: rgb(182,210,250); }
td.TdClassName
{
border-color: #B6D2FA;
}
.TagClassName
{
border-color: #B6D2FA;
}
</style>