#C9BDAE

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

Shades of Cloud #C9BDAE

Tints of Cloud #C9BDAE

Color information

#C9BDAE (or 0xC9BDAE) is unknown color: approx Cloud. HEX triplet: C9, BD and AE. RGB value is (201,189,174). Sum of RGB (Red+Green+Blue) = 201+189+174=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BDAE is #364251. Grayscale: #BEBEBE. Windows color (decimal): -3555922 or 11451849. OLE color: 11451849.

HSL color Cylindrical-coordinate representation of color #C9BDAE: hue angle of 33.33º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9BDAE is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB201189174-
CMYK00.060.130.21
HSL33.33º20%73.53%-
HSV(B)33.33º13.43%78.82%-
XYZ49.9251.8747.42-
YUV190.88118.48135.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.64%
GREEN value IS 189 (74.22% from 255) = 33.51%
BLUE value IS 174 (68.36% from 255) = 30.85%
R=35.64%
G=33.51%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118917400.060.130.2133.332073.53
HexC9BDAE06D1521144a
Octal3112752560615254124112
Binary1100100110111101101011100110110110101100001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BDAE; }

 p { color: rgb(201,189,174); }

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

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

 a { background-color: rgb(201,189,174); }

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

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

 span { border-color: rgb(201,189,174); }

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