#C2BAAE

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

Shades of Cloud #C2BAAE

Tints of Cloud #C2BAAE

Color information

#C2BAAE (or 0xC2BAAE) is unknown color: approx Cloud. HEX triplet: C2, BA and AE. RGB value is (194,186,174). Sum of RGB (Red+Green+Blue) = 194+186+174=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BAAE is #3D4551. Grayscale: #BBBBBB. Windows color (decimal): -4015442 or 11451074. OLE color: 11451074.

HSL color Cylindrical-coordinate representation of color #C2BAAE: hue angle of 36º degrees, saturation: 0.14, 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 #C2BAAE is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB194186174-
CMYK00.040.100.24
HSL36º14.08%72.16%-
HSV(B)36º10.31%76.08%-
XYZ47.4549.6447.13-
YUV187.02120.65132.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.02%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 174 (68.36% from 255) = 31.41%
R=35.02%
G=33.57%
B=31.41%

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
Decimal19418617400.040.100.243614.0872.16
HexC2BAAE04A1824e48
Octal3022722560412304416110
Binary110000101011101010101110010010101100010010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BAAE; }

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

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

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

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

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

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

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

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