#C2BBB0

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

Shades of Cloud #C2BBB0

Tints of Cloud #C2BBB0

Color information

#C2BBB0 (or 0xC2BBB0) is unknown color: approx Cloud. HEX triplet: C2, BB and B0. RGB value is (194,187,176). Sum of RGB (Red+Green+Blue) = 194+187+176=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 176 (69.14% from 255 or 31.60% from 557); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BBB0 is #3D444F. Grayscale: #BBBBBB. Windows color (decimal): -4015184 or 11582402. OLE color: 11582402.

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

Color convert

RGB194187176-
CMYK00.040.090.24
HSL36.67º12.86%72.55%-
HSV(B)36.67º9.28%76.08%-
XYZ47.8550.1448.23-
YUV187.84121.32132.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.83%
GREEN value IS 187 (73.44% from 255) = 33.57%
BLUE value IS 176 (69.14% from 255) = 31.60%
R=34.83%
G=33.57%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418717600.040.090.2436.6712.8672.55
HexC2BBB00491825d49
Octal3022732600411304515111
Binary110000101011101110110000010010011100010010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BBB0; }

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

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

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

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

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

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

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

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