#C2BEB9

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

Shades of Cloud #C2BEB9

Tints of Cloud #C2BEB9

Color information

#C2BEB9 (or 0xC2BEB9) is unknown color: approx Cloud. HEX triplet: C2, BE and B9. RGB value is (194,190,185). Sum of RGB (Red+Green+Blue) = 194+190+185=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 185 (72.66% from 255 or 32.51% from 569); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BEB9 is #3D4146. Grayscale: #BEBEBE. Windows color (decimal): -4014407 or 12172994. OLE color: 12172994.

HSL color Cylindrical-coordinate representation of color #C2BEB9: hue angle of 33.33º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2BEB9 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB194190185-
CMYK00.020.050.24
HSL33.33º6.87%74.31%-
HSV(B)33.33º4.64%76.08%-
XYZ49.4251.853.29-
YUV190.63124.83130.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.09%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 185 (72.66% from 255) = 32.51%
R=34.09%
G=33.39%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419018500.020.050.2433.336.8774.31
HexC2BEB9025182174a
Octal30227627102530417112
Binary110000101011111010111001010101110001000011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BEB9; }

 p { color: rgb(194,190,185); }

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

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

 a { background-color: rgb(194,190,185); }

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

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

 span { border-color: rgb(194,190,185); }

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