#B6C0CD

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

Shades of Spindle #B6C0CD

Tints of Spindle #B6C0CD

Color information

#B6C0CD (or 0xB6C0CD) is unknown color: approx Spindle. HEX triplet: B6, C0 and CD. RGB value is (182,192,205). Sum of RGB (Red+Green+Blue) = 182+192+205=579 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.43% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 205 - color contains mainly: blue. Hex color #B6C0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C0CD is #493F32. Grayscale: #BEBEBE. Windows color (decimal): -4800307 or 13484214. OLE color: 13484214.

HSL color Cylindrical-coordinate representation of color #B6C0CD: hue angle of 213.91º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6C0CD is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB182192205-
CMYK0.110.0600.20
HSL213.91º18.7%75.88%-
HSV(B)213.91º11.22%80.39%-
XYZ49.1652.0565.21-
YUV190.49136.19121.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.43%
GREEN value IS 192 (75.39% from 255) = 33.16%
BLUE value IS 205 (80.47% from 255) = 35.41%
R=31.43%
G=33.16%
B=35.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821922050.110.0600.20213.9118.775.88
HexB6C0CDB6014d6134c
Octal26630031513602432623114
Binary101101101100000011001101101111001010011010110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C0CD; }

 p { color: rgb(182,192,205); }

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

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

 a { background-color: rgb(182,192,205); }

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

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

 span { border-color: rgb(182,192,205); }

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