Html Css Color HEX #B6D5EA Pale Cornflower Blue
📋 copy color: '#B6D5EA'red 182 ◦ green 213 ◦ blue 234
Shades of Pale Cornflower Blue #B6D5EA
Tints of Pale Cornflower Blue #B6D5EA
RGB
CMYK
RGB Variations
Color information
#B6D5EA (or 0xB6D5EA) is known color: Pale Cornflower Blue. HEX triplet: B6, D5 and EA. RGB value is (182,213,234). Sum of RGB (Red+Green+Blue) = 182+213+234=629 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.93% from 629); Green value is 213 (83.59% from 255 or 33.86% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #B6D5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6D5EA is #492A15. Grayscale: #CECECE. Windows color (decimal): -4794902 or 15390134. OLE color: 15390134.
HSL color Cylindrical-coordinate representation of color #B6D5EA: hue angle of 204.23º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6D5EA is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 213 | 234 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.08 |
| HSL | 204.23º | 0.55% | 0.82% | - |
| HSV(B) | 204.23º | 0.22% | 0.92% | - |
| XYZ | 57.94 | 63.47 | 87.04 | - |
| YUV | 206.13 | 143.73 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 213 | 234 | 0.22 | 0.09 | 0 | 0.08 | 204.23 | 0.55 | 0.82 |
| Hex | B6 | D5 | EA | 16 | 9 | 0 | 8 | CC | 37 | 52 |
| Octal | 266 | 325 | 352 | 26 | 11 | 0 | 10 | 314 | 67 | 122 |
| Binary | 10110110 | 11010101 | 11101010 | 10110 | 1001 | 0 | 1000 | 11001100 | 110111 | 1010010 |
Color Harmonies of #B6D5EA
Complementary color
Monochromatic Colors of #B6D5EA
Black with #B6D5EA
Text Example
Text Example
White with #B6D5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D5EA; }
p { color: rgb(182,213,234); }
H1.HeaderClassName
{
color: #B6D5EA;
}
.AnyTagClassName
{
color: #B6D5EA;
}
</style>
background-color css
<style>
a { background-color: #B6D5EA; }
a { background-color: rgb(182,213,234); }
div.DivClassName
{
background-color: #B6D5EA;
}
.BgClassName
{
background-color: #B6D5EA;
}
</style>
border-color css
<style>
span { border-color: #B6D5EA; }
span { border-color: rgb(182,213,234); }
td.TdClassName
{
border-color: #B6D5EA;
}
.TagClassName
{
border-color: #B6D5EA;
}
</style>