#C8BBBF

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

Shades of Melanie #C8BBBF

Tints of Melanie #C8BBBF

Color information

#C8BBBF (or 0xC8BBBF) is unknown color: approx Melanie. HEX triplet: C8, BB and BF. RGB value is (200,187,191). Sum of RGB (Red+Green+Blue) = 200+187+191=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BBBF is #374440. Grayscale: #BFBFBF. Windows color (decimal): -3621953 or 12565448. OLE color: 12565448.

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

Color convert

RGB200187191-
CMYK00.060.040.22
HSL341.54º10.57%75.88%-
HSV(B)341.54º6.5%78.43%-
XYZ50.9951.5856.56-
YUV191.34127.81134.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.60%
GREEN value IS 187 (73.44% from 255) = 32.35%
BLUE value IS 191 (75% from 255) = 33.04%
R=34.60%
G=32.35%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018719100.060.040.22341.5410.5775.88
HexC8BBBF06416156b4c
Octal3102732770642652613114
Binary11001000101110111011111101101001011010101011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BBBF; }

 p { color: rgb(200,187,191); }

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

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

 a { background-color: rgb(200,187,191); }

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

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

 span { border-color: rgb(200,187,191); }

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