#C1BAB2

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

Shades of Cloud #C1BAB2

Tints of Cloud #C1BAB2

Color information

#C1BAB2 (or 0xC1BAB2) is unknown color: approx Cloud. HEX triplet: C1, BA and B2. RGB value is (193,186,178). Sum of RGB (Red+Green+Blue) = 193+186+178=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BAB2 is #3E454D. Grayscale: #BBBBBB. Windows color (decimal): -4080974 or 11713217. OLE color: 11713217.

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

Color convert

RGB193186178-
CMYK00.040.080.24
HSL32º10.79%72.75%-
HSV(B)32º7.77%75.69%-
XYZ47.5949.6749.2-
YUV187.18122.82132.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.65%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 178 (69.92% from 255) = 31.96%
R=34.65%
G=33.39%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318617800.040.080.243210.7972.75
HexC1BAB20481820b49
Octal3012722620410304013111
Binary110000011011101010110010010010001100010000010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BAB2; }

 p { color: rgb(193,186,178); }

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

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

 a { background-color: rgb(193,186,178); }

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

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

 span { border-color: rgb(193,186,178); }

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