#C2BCB3

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

Shades of Cloud #C2BCB3

Tints of Cloud #C2BCB3

Color information

#C2BCB3 (or 0xC2BCB3) is unknown color: approx Cloud. HEX triplet: C2, BC and B3. RGB value is (194,188,179). Sum of RGB (Red+Green+Blue) = 194+188+179=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 179 (70.31% from 255 or 31.91% from 561); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCB3 is #3D434C. Grayscale: #BCBCBC. Windows color (decimal): -4014925 or 11779266. OLE color: 11779266.

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

Color convert

RGB194188179-
CMYK00.030.080.24
HSL36º10.95%73.14%-
HSV(B)36º7.73%76.08%-
XYZ48.3750.6949.88-
YUV188.77122.49131.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.58%
GREEN value IS 188 (73.83% from 255) = 33.51%
BLUE value IS 179 (70.31% from 255) = 31.91%
R=34.58%
G=33.51%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418817900.030.080.243610.9573.14
HexC2BCB30381824b49
Octal3022742630310304413111
Binary11000010101111001011001101110001100010010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BCB3; }

 p { color: rgb(194,188,179); }

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

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

 a { background-color: rgb(194,188,179); }

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

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

 span { border-color: rgb(194,188,179); }

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