#C6BDB0

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

Shades of Cloud #C6BDB0

Tints of Cloud #C6BDB0

Color information

#C6BDB0 (or 0xC6BDB0) is unknown color: approx Cloud. HEX triplet: C6, BD and B0. RGB value is (198,189,176). Sum of RGB (Red+Green+Blue) = 198+189+176=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BDB0 is #39424F. Grayscale: #BEBEBE. Windows color (decimal): -3752528 or 11582918. OLE color: 11582918.

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

Color convert

RGB198189176-
CMYK00.050.110.22
HSL35.45º16.18%73.33%-
HSV(B)35.45º11.11%77.65%-
XYZ49.3251.5448.42-
YUV190.21119.98133.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.17%
GREEN value IS 189 (74.22% from 255) = 33.57%
BLUE value IS 176 (69.14% from 255) = 31.26%
R=35.17%
G=33.57%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818917600.050.110.2235.4516.1873.33
HexC6BDB005B16231049
Octal3062752600513264320111
Binary1100011010111101101100000101101110110100011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BDB0; }

 p { color: rgb(198,189,176); }

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

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

 a { background-color: rgb(198,189,176); }

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

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

 span { border-color: rgb(198,189,176); }

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