#C2BEBF

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

Shades of Pink Flare #C2BEBF

Tints of Pink Flare #C2BEBF

Color information

#C2BEBF (or 0xC2BEBF) is unknown color: approx Pink Flare. HEX triplet: C2, BE and BF. RGB value is (194,190,191). Sum of RGB (Red+Green+Blue) = 194+190+191=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BEBF is #3D4140. Grayscale: #BFBFBF. Windows color (decimal): -4014401 or 12566210. OLE color: 12566210.

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

Color convert

RGB194190191-
CMYK00.020.020.24
HSL345º3.17%75.29%-
HSV(B)345º2.06%76.08%-
XYZ50.0752.0656.7-
YUV191.31127.83129.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.74%
GREEN value IS 190 (74.61% from 255) = 33.04%
BLUE value IS 191 (75% from 255) = 33.22%
R=33.74%
G=33.04%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419019100.020.020.243453.1775.29
HexC2BEBF0221815934b
Octal302276277022305313113
Binary1100001010111110101111110101011000101011001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BEBF; }

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

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

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

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

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

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

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

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