#C4BEBF

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

Shades of Pink Flare #C4BEBF

Tints of Pink Flare #C4BEBF

Color information

#C4BEBF (or 0xC4BEBF) is unknown color: approx Pink Flare. HEX triplet: C4, BE and BF. RGB value is (196,190,191). Sum of RGB (Red+Green+Blue) = 196+190+191=577 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.97% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BEBF is #3B4140. Grayscale: #BFBFBF. Windows color (decimal): -3883329 or 12566212. OLE color: 12566212.

HSL color Cylindrical-coordinate representation of color #C4BEBF: hue angle of 350º degrees, saturation: 0.05, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C4BEBF is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB196190191-
CMYK00.030.030.23
HSL350º4.84%75.69%-
HSV(B)350º3.06%76.86%-
XYZ50.5852.3256.72-
YUV191.91127.49130.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.97%
GREEN value IS 190 (74.61% from 255) = 32.93%
BLUE value IS 191 (75% from 255) = 33.10%
R=33.97%
G=32.93%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619019100.030.030.233504.8475.69
HexC4BEBF0331715e54c
Octal304276277033275365114
Binary11000100101111101011111101111101111010111101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BEBF; }

 p { color: rgb(196,190,191); }

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

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

 a { background-color: rgb(196,190,191); }

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

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

 span { border-color: rgb(196,190,191); }

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