#C1BAAE

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

Shades of Cloud #C1BAAE

Tints of Cloud #C1BAAE

Color information

#C1BAAE (or 0xC1BAAE) is unknown color: approx Cloud. HEX triplet: C1, BA and AE. RGB value is (193,186,174). Sum of RGB (Red+Green+Blue) = 193+186+174=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BAAE is #3E4551. Grayscale: #BABABA. Windows color (decimal): -4080978 or 11451073. OLE color: 11451073.

HSL color Cylindrical-coordinate representation of color #C1BAAE: 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 #C1BAAE is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB193186174-
CMYK00.040.100.24
HSL37.89º13.29%71.96%-
HSV(B)37.89º9.84%75.69%-
XYZ47.1949.5147.11-
YUV186.72120.82132.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.90%
GREEN value IS 186 (73.05% from 255) = 33.63%
BLUE value IS 174 (68.36% from 255) = 31.46%
R=34.90%
G=33.63%
B=31.46%

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
Decimal19318617400.040.100.2437.8913.2971.96
HexC1BAAE04A1826d48
Octal3012722560412304615110
Binary110000011011101010101110010010101100010011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BAAE; }

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

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

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

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

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

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

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

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