#C7BDAE

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

Shades of Cloud #C7BDAE

Tints of Cloud #C7BDAE

Color information

#C7BDAE (or 0xC7BDAE) is unknown color: approx Cloud. HEX triplet: C7, BD and AE. RGB value is (199,189,174). Sum of RGB (Red+Green+Blue) = 199+189+174=562 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.41% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BDAE is #384251. Grayscale: #BEBEBE. Windows color (decimal): -3686994 or 11451847. OLE color: 11451847.

HSL color Cylindrical-coordinate representation of color #C7BDAE: hue angle of 36º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7BDAE is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB199189174-
CMYK00.050.130.22
HSL36º18.25%73.14%-
HSV(B)36º12.56%78.04%-
XYZ49.3951.5947.4-
YUV190.28118.81134.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.41%
GREEN value IS 189 (74.22% from 255) = 33.63%
BLUE value IS 174 (68.36% from 255) = 30.96%
R=35.41%
G=33.63%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918917400.050.130.223618.2573.14
HexC7BDAE05D16241249
Octal3072752560515264422111
Binary1100011110111101101011100101110110110100100100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BDAE; }

 p { color: rgb(199,189,174); }

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

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

 a { background-color: rgb(199,189,174); }

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

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

 span { border-color: rgb(199,189,174); }

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