#C5BEB2

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

Shades of Cloud #C5BEB2

Tints of Cloud #C5BEB2

Color information

#C5BEB2 (or 0xC5BEB2) is unknown color: approx Cloud. HEX triplet: C5, BE and B2. RGB value is (197,190,178). Sum of RGB (Red+Green+Blue) = 197+190+178=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BEB2 is #3A414D. Grayscale: #BEBEBE. Windows color (decimal): -3817806 or 11714245. OLE color: 11714245.

HSL color Cylindrical-coordinate representation of color #C5BEB2: hue angle of 37.89º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5BEB2 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB197190178-
CMYK00.040.100.23
HSL37.89º14.07%73.53%-
HSV(B)37.89º9.64%77.25%-
XYZ49.4851.9149.53-
YUV190.72120.82132.48-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.87%
GREEN value IS 190 (74.61% from 255) = 33.63%
BLUE value IS 178 (69.92% from 255) = 31.50%
R=34.87%
G=33.63%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719017800.040.100.2337.8914.0773.53
HexC5BEB204A1726e4a
Octal3052762620412274616112
Binary110001011011111010110010010010101011110011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BEB2; }

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

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

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

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

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

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

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

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