#C6BBAE

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

Shades of Cloud #C6BBAE

Tints of Cloud #C6BBAE

Color information

#C6BBAE (or 0xC6BBAE) is unknown color: approx Cloud. HEX triplet: C6, BB and AE. RGB value is (198,187,174). Sum of RGB (Red+Green+Blue) = 198+187+174=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BBAE is #394451. Grayscale: #BCBCBC. Windows color (decimal): -3753042 or 11451334. OLE color: 11451334.

HSL color Cylindrical-coordinate representation of color #C6BBAE: hue angle of 32.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6BBAE is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB198187174-
CMYK00.060.120.22
HSL32.5º17.39%72.94%-
HSV(B)32.5º12.12%77.65%-
XYZ48.750.647.24-
YUV188.81119.64134.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.42%
GREEN value IS 187 (73.44% from 255) = 33.45%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=35.42%
G=33.45%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818717400.060.120.2232.517.3972.94
HexC6BBAE06C16211149
Octal3062732560614264121111
Binary1100011010111011101011100110110010110100001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BBAE; }

 p { color: rgb(198,187,174); }

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

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

 a { background-color: rgb(198,187,174); }

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

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

 span { border-color: rgb(198,187,174); }

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