#C3BEBF

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

Shades of Pink Flare #C3BEBF

Tints of Pink Flare #C3BEBF

Color information

#C3BEBF (or 0xC3BEBF) is unknown color: approx Pink Flare. HEX triplet: C3, BE and BF. RGB value is (195,190,191). Sum of RGB (Red+Green+Blue) = 195+190+191=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BEBF is #3C4140. Grayscale: #BFBFBF. Windows color (decimal): -3948865 or 12566211. OLE color: 12566211.

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

Color convert

RGB195190191-
CMYK00.030.020.24
HSL348º4%75.49%-
HSV(B)348º2.56%76.47%-
XYZ50.3252.1956.71-
YUV191.61127.66130.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.85%
GREEN value IS 190 (74.61% from 255) = 32.99%
BLUE value IS 191 (75% from 255) = 33.16%
R=33.85%
G=32.99%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519019100.030.020.24348475.49
HexC3BEBF0321815c44b
Octal303276277032305344113
Binary11000011101111101011111101110110001010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BEBF; }

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

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

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

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

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

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

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

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