#C6BDB3

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

Shades of Cloud #C6BDB3

Tints of Cloud #C6BDB3

Color information

#C6BDB3 (or 0xC6BDB3) is unknown color: approx Cloud. HEX triplet: C6, BD and B3. RGB value is (198,189,179). Sum of RGB (Red+Green+Blue) = 198+189+179=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 179 (70.31% from 255 or 31.63% from 566); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDB3 is #39424C. Grayscale: #BEBEBE. Windows color (decimal): -3752525 or 11779526. OLE color: 11779526.

HSL color Cylindrical-coordinate representation of color #C6BDB3: hue angle of 31.58º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6BDB3 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB198189179-
CMYK00.050.100.22
HSL31.58º14.29%73.92%-
HSV(B)31.58º9.6%77.65%-
XYZ49.6251.6650-
YUV190.55121.48133.31-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.98%
GREEN value IS 189 (74.22% from 255) = 33.39%
BLUE value IS 179 (70.31% from 255) = 31.63%
R=34.98%
G=33.39%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818917900.050.100.2231.5814.2973.92
HexC6BDB305A1620e4a
Octal3062752630512264016112
Binary110001101011110110110011010110101011010000011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BDB3; }

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

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

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

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

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

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

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

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