#C5BBB0

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

Shades of Cloud #C5BBB0

Tints of Cloud #C5BBB0

Color information

#C5BBB0 (or 0xC5BBB0) is unknown color: approx Cloud. HEX triplet: C5, BB and B0. RGB value is (197,187,176). Sum of RGB (Red+Green+Blue) = 197+187+176=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BBB0 is #3A444F. Grayscale: #BCBCBC. Windows color (decimal): -3818576 or 11582405. OLE color: 11582405.

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

Color convert

RGB197187176-
CMYK00.050.110.23
HSL31.43º15.33%73.14%-
HSV(B)31.43º10.66%77.25%-
XYZ48.6350.5548.27-
YUV188.74120.81133.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.18%
GREEN value IS 187 (73.44% from 255) = 33.39%
BLUE value IS 176 (69.14% from 255) = 31.43%
R=35.18%
G=33.39%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718717600.050.110.2331.4315.3373.14
HexC5BBB005B171ff49
Octal3052732600513273717111
Binary11000101101110111011000001011011101111111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BBB0; }

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

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

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

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

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

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

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

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