Html Css Color HEX #B6D7FF Pale Cornflower Blue
📋 copy color: '#B6D7FF'red 182 ◦ green 215 ◦ blue 255
Shades of Pale Cornflower Blue #B6D7FF
Tints of Pale Cornflower Blue #B6D7FF
RGB
CMYK
RGB Variations
Color information
#B6D7FF (or 0xB6D7FF) is known color: Pale Cornflower Blue. HEX triplet: B6, D7 and FF. RGB value is (182,215,255). Sum of RGB (Red+Green+Blue) = 182+215+255=652 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.91% from 652); Green value is 215 (84.38% from 255 or 32.98% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6D7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6D7FF is #492800. Grayscale: #D1D1D1. Windows color (decimal): -4794369 or 16766902. OLE color: 16766902.
HSL color Cylindrical-coordinate representation of color #B6D7FF: hue angle of 212.88º 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 #B6D7FF is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 215 | 255 | - |
| CMYK | 0.29 | 0.16 | 0 | 0 |
| HSL | 212.88º | 1% | 0.86% | - |
| HSV(B) | 212.88º | 0.29% | 1% | - |
| XYZ | 61.64 | 65.77 | 104.05 | - |
| YUV | 209.69 | 153.57 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 215 | 255 | 0.29 | 0.16 | 0 | 0 | 212.88 | 1 | 0.86 |
| Hex | B6 | D7 | FF | 1D | 10 | 0 | 0 | D5 | 64 | 56 |
| Octal | 266 | 327 | 377 | 35 | 20 | 0 | 0 | 325 | 144 | 126 |
| Binary | 10110110 | 11010111 | 11111111 | 11101 | 10000 | 0 | 0 | 11010101 | 1100100 | 1010110 |
Color Harmonies of #B6D7FF
Complementary color
Monochromatic Colors of #B6D7FF
Black with #B6D7FF
Text Example
Text Example
White with #B6D7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D7FF; }
p { color: rgb(182,215,255); }
H1.HeaderClassName
{
color: #B6D7FF;
}
.AnyTagClassName
{
color: #B6D7FF;
}
</style>
background-color css
<style>
a { background-color: #B6D7FF; }
a { background-color: rgb(182,215,255); }
div.DivClassName
{
background-color: #B6D7FF;
}
.BgClassName
{
background-color: #B6D7FF;
}
</style>
border-color css
<style>
span { border-color: #B6D7FF; }
span { border-color: rgb(182,215,255); }
td.TdClassName
{
border-color: #B6D7FF;
}
.TagClassName
{
border-color: #B6D7FF;
}
</style>