#B6C2CB

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

Shades of Spindle #B6C2CB

Tints of Spindle #B6C2CB

Color information

#B6C2CB (or 0xB6C2CB) is unknown color: approx Spindle. HEX triplet: B6, C2 and CB. RGB value is (182,194,203). Sum of RGB (Red+Green+Blue) = 182+194+203=579 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.43% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 203 - color contains mainly: blue. Hex color #B6C2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C2CB is #493D34. Grayscale: #BFBFBF. Windows color (decimal): -4799797 or 13353654. OLE color: 13353654.

HSL color Cylindrical-coordinate representation of color #B6C2CB: hue angle of 205.71º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6C2CB is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB182194203-
CMYK0.100.0400.20
HSL205.71º16.8%75.49%-
HSV(B)205.71º10.34%79.61%-
XYZ49.3652.8464.1-
YUV191.44134.52121.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.43%
GREEN value IS 194 (76.17% from 255) = 33.51%
BLUE value IS 203 (79.69% from 255) = 35.06%
R=31.43%
G=33.51%
B=35.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821942030.100.0400.20205.7116.875.49
HexB6C2CBA4014ce114b
Octal26630231312402431621113
Binary101101101100001011001011101010001010011001110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C2CB; }

 p { color: rgb(182,194,203); }

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

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

 a { background-color: rgb(182,194,203); }

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

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

 span { border-color: rgb(182,194,203); }

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