#C6BEB0

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

Shades of Cloud #C6BEB0

Tints of Cloud #C6BEB0

Color information

#C6BEB0 (or 0xC6BEB0) is unknown color: approx Cloud. HEX triplet: C6, BE and B0. RGB value is (198,190,176). Sum of RGB (Red+Green+Blue) = 198+190+176=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 176 (69.14% from 255 or 31.21% from 564); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BEB0 is #39414F. Grayscale: #BEBEBE. Windows color (decimal): -3752272 or 11583174. OLE color: 11583174.

HSL color Cylindrical-coordinate representation of color #C6BEB0: hue angle of 38.18º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6BEB0 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB198190176-
CMYK00.040.110.22
HSL38.18º16.18%73.33%-
HSV(B)38.18º11.11%77.65%-
XYZ49.5451.9748.49-
YUV190.8119.65133.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.11%
GREEN value IS 190 (74.61% from 255) = 33.69%
BLUE value IS 176 (69.14% from 255) = 31.21%
R=35.11%
G=33.69%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819017600.040.110.2238.1816.1873.33
HexC6BEB004B16261049
Octal3062762600413264620111
Binary1100011010111110101100000100101110110100110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BEB0; }

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

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

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

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

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

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

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

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