#C5BEB0

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

Shades of Cloud #C5BEB0

Tints of Cloud #C5BEB0

Color information

#C5BEB0 (or 0xC5BEB0) is unknown color: approx Cloud. HEX triplet: C5, BE and B0. RGB value is (197,190,176). Sum of RGB (Red+Green+Blue) = 197+190+176=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BEB0 is #3A414F. Grayscale: #BEBEBE. Windows color (decimal): -3817808 or 11583173. OLE color: 11583173.

HSL color Cylindrical-coordinate representation of color #C5BEB0: hue angle of 40º 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 #C5BEB0 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB197190176-
CMYK00.040.110.23
HSL40º15.33%73.14%-
HSV(B)40º10.66%77.25%-
XYZ49.2851.8348.48-
YUV190.5119.82132.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.99%
GREEN value IS 190 (74.61% from 255) = 33.75%
BLUE value IS 176 (69.14% from 255) = 31.26%
R=34.99%
G=33.75%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719017600.040.110.234015.3373.14
HexC5BEB004B1728f49
Octal3052762600413275017111
Binary110001011011111010110000010010111011110100011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BEB0; }

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

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

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

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

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

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

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

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