#C0BDB9

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

Shades of Cloud #C0BDB9

Tints of Cloud #C0BDB9

Color information

#C0BDB9 (or 0xC0BDB9) is unknown color: approx Cloud. HEX triplet: C0, BD and B9. RGB value is (192,189,185). Sum of RGB (Red+Green+Blue) = 192+189+185=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDB9 is #3F4246. Grayscale: #BDBDBD. Windows color (decimal): -4145735 or 12172736. OLE color: 12172736.

HSL color Cylindrical-coordinate representation of color #C0BDB9: hue angle of 34.29º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C0BDB9 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB192189185-
CMYK00.020.040.25
HSL34.29º5.26%73.92%-
HSV(B)34.29º3.65%75.29%-
XYZ48.6951.153.2-
YUV189.44125.49129.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.92%
GREEN value IS 189 (74.22% from 255) = 33.39%
BLUE value IS 185 (72.66% from 255) = 32.69%
R=33.92%
G=33.39%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218918500.020.040.2534.295.2673.92
HexC0BDB9024192254a
Octal30027527102431425112
Binary110000001011110110111001010100110011000101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BDB9; }

 p { color: rgb(192,189,185); }

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

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

 a { background-color: rgb(192,189,185); }

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

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

 span { border-color: rgb(192,189,185); }

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