#C2BEB7

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

Shades of Cloud #C2BEB7

Tints of Cloud #C2BEB7

Color information

#C2BEB7 (or 0xC2BEB7) is unknown color: approx Cloud. HEX triplet: C2, BE and B7. RGB value is (194,190,183). Sum of RGB (Red+Green+Blue) = 194+190+183=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 183 (71.88% from 255 or 32.28% from 567); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BEB7 is #3D4148. Grayscale: #BEBEBE. Windows color (decimal): -4014409 or 12041922. OLE color: 12041922.

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

Color convert

RGB194190183-
CMYK00.020.060.24
HSL38.18º8.27%73.92%-
HSV(B)38.18º5.67%76.08%-
XYZ49.2151.7252.19-
YUV190.4123.83130.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.22%
GREEN value IS 190 (74.61% from 255) = 33.51%
BLUE value IS 183 (71.88% from 255) = 32.28%
R=34.22%
G=33.51%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419018300.020.060.2438.188.2773.92
HexC2BEB7026182684a
Octal302276267026304610112
Binary1100001010111110101101110101101100010011010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BEB7; }

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

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

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

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

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

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

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

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