#C6BCB1

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

Shades of Cloud #C6BCB1

Tints of Cloud #C6BCB1

Color information

#C6BCB1 (or 0xC6BCB1) is unknown color: approx Cloud. HEX triplet: C6, BC and B1. RGB value is (198,188,177). Sum of RGB (Red+Green+Blue) = 198+188+177=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 177 (69.53% from 255 or 31.44% from 563); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BCB1 is #39434E. Grayscale: #BDBDBD. Windows color (decimal): -3752783 or 11648198. OLE color: 11648198.

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

Color convert

RGB198188177-
CMYK00.050.110.22
HSL31.43º15.56%73.53%-
HSV(B)31.43º10.61%77.65%-
XYZ49.2151.1548.87-
YUV189.74120.81133.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.17%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 177 (69.53% from 255) = 31.44%
R=35.17%
G=33.39%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818817700.050.110.2231.4315.5673.53
HexC6BCB105B161f104a
Octal3062742610513263720112
Binary110001101011110010110001010110111011011111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BCB1; }

 p { color: rgb(198,188,177); }

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

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

 a { background-color: rgb(198,188,177); }

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

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

 span { border-color: rgb(198,188,177); }

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