#B6BECE

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

Shades of Spindle #B6BECE

Tints of Spindle #B6BECE

Color information

#B6BECE (or 0xB6BECE) is unknown color: approx 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

RGB182190206-
CMYK0.120.0800.19
HSL220º19.67%76.08%-
HSV(B)220º11.65%80.78%-
XYZ48.8551.2365.71-
YUV189.43137.35122.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.49%
GREEN value IS 190 (74.61% from 255) = 32.87%
BLUE value IS 206 (80.86% from 255) = 35.64%
R=31.49%
G=32.87%
B=35.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1821902060.120.0800.1922019.6776.08
HexB6BECEC8013dc144c
Octal266276316141002333424114
Binary1011011010111110110011101100100001001111011100101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>