#B6C1CD

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

Shades of Spindle #B6C1CD

Tints of Spindle #B6C1CD

Color information

#B6C1CD (or 0xB6C1CD) is unknown color: approx Spindle. HEX triplet: B6, C1 and CD. RGB value is (182,193,205). Sum of RGB (Red+Green+Blue) = 182+193+205=580 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.38% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #B6C1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C1CD is #493E32. Grayscale: #BFBFBF. Windows color (decimal): -4800051 or 13484470. OLE color: 13484470.

HSL color Cylindrical-coordinate representation of color #B6C1CD: hue angle of 211.3º 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 #B6C1CD is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB182193205-
CMYK0.110.0600.20
HSL211.3º18.7%75.88%-
HSV(B)211.3º11.22%80.39%-
XYZ49.3852.4965.29-
YUV191.08135.86121.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.38%
GREEN value IS 193 (75.78% from 255) = 33.28%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=31.38%
G=33.28%
B=35.34%

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
Decimal1821932050.110.0600.20211.318.775.88
HexB6C1CDB6014d3134c
Octal26630131513602432323114
Binary101101101100000111001101101111001010011010011100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C1CD; }

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

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

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

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

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

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

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

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