#C2BBAF

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

Shades of Cloud #C2BBAF

Tints of Cloud #C2BBAF

Color information

#C2BBAF (or 0xC2BBAF) is unknown color: approx Cloud. HEX triplet: C2, BB and AF. RGB value is (194,187,175). Sum of RGB (Red+Green+Blue) = 194+187+175=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BBAF is #3D4450. Grayscale: #BBBBBB. Windows color (decimal): -4015185 or 11516866. OLE color: 11516866.

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

Color convert

RGB194187175-
CMYK00.040.100.24
HSL37.89º13.48%72.35%-
HSV(B)37.89º9.79%76.08%-
XYZ47.7650.1147.71-
YUV187.72120.82132.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.89%
GREEN value IS 187 (73.44% from 255) = 33.63%
BLUE value IS 175 (68.75% from 255) = 31.47%
R=34.89%
G=33.63%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418717500.040.100.2437.8913.4872.35
HexC2BBAF04A1826d48
Octal3022732570412304615110
Binary110000101011101110101111010010101100010011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BBAF; }

 p { color: rgb(194,187,175); }

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

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

 a { background-color: rgb(194,187,175); }

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

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

 span { border-color: rgb(194,187,175); }

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