#C2BEB5

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

Shades of Cloud #C2BEB5

Tints of Cloud #C2BEB5

Color information

#C2BEB5 (or 0xC2BEB5) is unknown color: approx Cloud. HEX triplet: C2, BE and B5. RGB value is (194,190,181). Sum of RGB (Red+Green+Blue) = 194+190+181=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BEB5 is #3D414A. Grayscale: #BEBEBE. Windows color (decimal): -4014411 or 11910850. OLE color: 11910850.

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

Color convert

RGB194190181-
CMYK00.020.070.24
HSL41.54º9.63%73.53%-
HSV(B)41.54º6.7%76.08%-
XYZ4951.6351.1-
YUV190.17122.83130.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.34%
GREEN value IS 190 (74.61% from 255) = 33.63%
BLUE value IS 181 (71.09% from 255) = 32.04%
R=34.34%
G=33.63%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419018100.020.070.2441.549.6373.53
HexC2BEB5027182aa4a
Octal302276265027305212112
Binary1100001010111110101101010101111100010101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BEB5; }

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

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

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

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

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

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

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

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