Shades of Spindle #B6BECE
Tints of Spindle #B6BECE
RGB
CMYK
RGB Variations
Color information
#B6BECE (or 0xB6BECE) is known color: Spindle. HEX triplet: B6, BE and CE. RGB value is (182,190,206). Sum of RGB (Red+Green+Blue) = 182+190+206=578 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.49% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #B6BECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BECE is #494131. Grayscale: #BDBDBD. Windows color (decimal): -4800818 or 13549238. OLE color: 13549238.
HSL color Cylindrical-coordinate representation of color #B6BECE: hue angle of 220º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6BECE is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 182 | 190 | 206 | - |
CMYK | 0.12 | 0.08 | 0 | 0.19 |
HSL | 220º | 0.2% | 0.76% | - |
HSV(B) | 220º | 0.12% | 0.81% | - |
XYZ | 48.85 | 51.23 | 65.71 | - |
YUV | 189.43 | 137.35 | 122.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 190 | 206 | 0.12 | 0.08 | 0 | 0.19 | 220 | 0.2 | 0.76 |
Hex | B6 | BE | CE | C | 8 | 0 | 13 | DC | 14 | 4C |
Octal | 266 | 276 | 316 | 14 | 10 | 0 | 23 | 334 | 24 | 114 |
Binary | 10110110 | 10111110 | 11001110 | 1100 | 1000 | 0 | 10011 | 11011100 | 10100 | 1001100 |
Color Harmonies of #B6BECE
Complementary color
Monochromatic Colors of #B6BECE
Black with #B6BECE
Text Example
Text Example
White with #B6BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BECE; }
p { color: rgb(182,190,206); }
H1.HeaderClassName
{
color: #B6BECE;
}
.AnyTagClassName
{
color: #B6BECE;
}
</style>
background-color css
<style>
a { background-color: #B6BECE; }
a { background-color: rgb(182,190,206); }
div.DivClassName
{
background-color: #B6BECE;
}
.BgClassName
{
background-color: #B6BECE;
}
</style>
border-color css
<style>
span { border-color: #B6BECE; }
span { border-color: rgb(182,190,206); }
td.TdClassName
{
border-color: #B6BECE;
}
.TagClassName
{
border-color: #B6BECE;
}
</style>