#C8BDAE

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

Shades of Cloud #C8BDAE

Tints of Cloud #C8BDAE

Color information

#C8BDAE (or 0xC8BDAE) is unknown color: approx Cloud. HEX triplet: C8, BD and AE. RGB value is (200,189,174). Sum of RGB (Red+Green+Blue) = 200+189+174=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BDAE is #374251. Grayscale: #BEBEBE. Windows color (decimal): -3621458 or 11451848. OLE color: 11451848.

HSL color Cylindrical-coordinate representation of color #C8BDAE: hue angle of 34.62º degrees, saturation: 0.19, 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 #C8BDAE is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB200189174-
CMYK00.060.130.22
HSL34.62º19.12%73.33%-
HSV(B)34.62º13%78.43%-
XYZ49.6651.7347.41-
YUV190.58118.64134.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.52%
GREEN value IS 189 (74.22% from 255) = 33.57%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=35.52%
G=33.57%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018917400.060.130.2234.6219.1273.33
HexC8BDAE06D16231349
Octal3102752560615264323111
Binary1100100010111101101011100110110110110100011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BDAE; }

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

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

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

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

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

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

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

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