#C5BBAD

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

Shades of Cloud #C5BBAD

Tints of Cloud #C5BBAD

Color information

#C5BBAD (or 0xC5BBAD) is unknown color: approx Cloud. HEX triplet: C5, BB and AD. RGB value is (197,187,173). Sum of RGB (Red+Green+Blue) = 197+187+173=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BBAD is #3A4452. Grayscale: #BCBCBC. Windows color (decimal): -3818579 or 11385797. OLE color: 11385797.

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

Color convert

RGB197187173-
CMYK00.050.120.23
HSL35º17.14%72.55%-
HSV(B)35º12.18%77.25%-
XYZ48.3450.4346.72-
YUV188.39119.31134.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.37%
GREEN value IS 187 (73.44% from 255) = 33.57%
BLUE value IS 173 (67.97% from 255) = 31.06%
R=35.37%
G=33.57%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718717300.050.120.233517.1472.55
HexC5BBAD05C17231149
Octal3052732550514274321111
Binary1100010110111011101011010101110010111100011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BBAD; }

 p { color: rgb(197,187,173); }

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

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

 a { background-color: rgb(197,187,173); }

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

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

 span { border-color: rgb(197,187,173); }

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