Shades of Spindle #B6BED4
Tints of Spindle #B6BED4
RGB
CMYK
RGB Variations
Color information
#B6BED4 (or 0xB6BED4) is known color: Spindle. HEX triplet: B6, BE and D4. RGB value is (182,190,212). Sum of RGB (Red+Green+Blue) = 182+190+212=584 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.16% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 212 (83.20% from 255 or 36.30% from 584); Max value from RGB is 212 - color contains mainly: blue. Hex color #B6BED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BED4 is #49412B. Grayscale: #BEBEBE. Windows color (decimal): -4800812 or 13942454. OLE color: 13942454.
HSL color Cylindrical-coordinate representation of color #B6BED4: hue angle of 224º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B6BED4 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 182 | 190 | 212 | - |
CMYK | 0.14 | 0.10 | 0 | 0.17 |
HSL | 224º | 0.26% | 0.77% | - |
HSV(B) | 224º | 0.14% | 0.83% | - |
XYZ | 49.59 | 51.53 | 69.62 | - |
YUV | 190.12 | 140.35 | 122.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 190 | 212 | 0.14 | 0.10 | 0 | 0.17 | 224 | 0.26 | 0.77 |
Hex | B6 | BE | D4 | E | A | 0 | 11 | E0 | 1A | 4D |
Octal | 266 | 276 | 324 | 16 | 12 | 0 | 21 | 340 | 32 | 115 |
Binary | 10110110 | 10111110 | 11010100 | 1110 | 1010 | 0 | 10001 | 11100000 | 11010 | 1001101 |
Color Harmonies of #B6BED4
Complementary color
Monochromatic Colors of #B6BED4
Black with #B6BED4
Text Example
Text Example
White with #B6BED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BED4; }
p { color: rgb(182,190,212); }
H1.HeaderClassName
{
color: #B6BED4;
}
.AnyTagClassName
{
color: #B6BED4;
}
</style>
background-color css
<style>
a { background-color: #B6BED4; }
a { background-color: rgb(182,190,212); }
div.DivClassName
{
background-color: #B6BED4;
}
.BgClassName
{
background-color: #B6BED4;
}
</style>
border-color css
<style>
span { border-color: #B6BED4; }
span { border-color: rgb(182,190,212); }
td.TdClassName
{
border-color: #B6BED4;
}
.TagClassName
{
border-color: #B6BED4;
}
</style>