#C2BDB4

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

Shades of Cloud #C2BDB4

Tints of Cloud #C2BDB4

Color information

#C2BDB4 (or 0xC2BDB4) is unknown color: approx Cloud. HEX triplet: C2, BD and B4. RGB value is (194,189,180). Sum of RGB (Red+Green+Blue) = 194+189+180=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 180 (70.70% from 255 or 31.97% from 563); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDB4 is #3D424B. Grayscale: #BDBDBD. Windows color (decimal): -4014668 or 11845058. OLE color: 11845058.

HSL color Cylindrical-coordinate representation of color #C2BDB4: hue angle of 38.57º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2BDB4 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB194189180-
CMYK00.030.070.24
HSL38.57º10.29%73.33%-
HSV(B)38.57º7.22%76.08%-
XYZ48.6851.1650.49-
YUV189.47122.66131.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.46%
GREEN value IS 189 (74.22% from 255) = 33.57%
BLUE value IS 180 (70.70% from 255) = 31.97%
R=34.46%
G=33.57%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418918000.030.070.2438.5710.2973.33
HexC2BDB40371827a49
Octal302275264037304712111
Binary1100001010111101101101000111111100010011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDB4; }

 p { color: rgb(194,189,180); }

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

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

 a { background-color: rgb(194,189,180); }

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

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

 span { border-color: rgb(194,189,180); }

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