#B6BEC8

Color #B6BEC8 Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #B6BEC8

Tints of Spindle #B6BEC8

Color information

#B6BEC8 (or 0xB6BEC8) is unknown color: approx Spindle. HEX triplet: B6, BE and C8. RGB value is (182,190,200). Sum of RGB (Red+Green+Blue) = 182+190+200=572 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.82% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 200 (78.52% from 255 or 34.97% from 572); Max value from RGB is 200 - color contains mainly: blue. Hex color #B6BEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BEC8 is #494137. Grayscale: #BCBCBC. Windows color (decimal): -4800824 or 13156022. OLE color: 13156022.

HSL color Cylindrical-coordinate representation of color #B6BEC8: hue angle of 213.33º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B6BEC8 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB182190200-
CMYK0.090.0500.22
HSL213.33º14.06%74.9%-
HSV(B)213.33º9%78.43%-
XYZ48.1350.9461.94-
YUV188.75134.35123.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 31.82%
GREEN value IS 190 (74.61% from 255) = 33.22%
BLUE value IS 200 (78.52% from 255) = 34.97%
R=31.82%
G=33.22%
B=34.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821902000.090.0500.22213.3314.0674.9
HexB6BEC895016d5e4b
Octal26627631011502632516113
Binary10110110101111101100100010011010101101101010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BEC8; }

 p { color: rgb(182,190,200); }

 H1.HeaderClassName
 {
   color: #B6BEC8;
 }
 .AnyTagClassName
 {
   color: #B6BEC8;
 }
</style>
background-color css

<style>
 a { background-color: #B6BEC8; }

 a { background-color: rgb(182,190,200); }

 div.DivClassName
 {
   background-color: #B6BEC8;
 }
 .BgClassName
 {
   background-color: #B6BEC8;
 }
</style>
border-color css

<style>
 span { border-color: #B6BEC8; }

 span { border-color: rgb(182,190,200); }

 td.TdClassName
 {
   border-color: #B6BEC8;
 }
 .TagClassName
 {
   border-color: #B6BEC8;
 }
</style>