#BEAFB2

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

Shades of Pink Flare #BEAFB2

Tints of Pink Flare #BEAFB2

Color information

#BEAFB2 (or 0xBEAFB2) is unknown color: approx Pink Flare. HEX triplet: BE, AF and B2. RGB value is (190,175,178). Sum of RGB (Red+Green+Blue) = 190+175+178=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAFB2 is #41504D. Grayscale: #B3B3B3. Windows color (decimal): -4280398 or 11710398. OLE color: 11710398.

HSL color Cylindrical-coordinate representation of color #BEAFB2: hue angle of 348º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEAFB2 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB190175178-
CMYK00.080.060.25
HSL348º10.34%71.57%-
HSV(B)348º7.89%74.51%-
XYZ44.644.8248.42-
YUV179.83126.97135.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.99%
GREEN value IS 175 (68.75% from 255) = 32.23%
BLUE value IS 178 (69.92% from 255) = 32.78%
R=34.99%
G=32.23%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017517800.080.060.2534810.3471.57
HexBEAFB20861915ca48
Octal27625726201063153412110
Binary101111101010111110110010010001101100110101110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFB2; }

 p { color: rgb(190,175,178); }

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

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

 a { background-color: rgb(190,175,178); }

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

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

 span { border-color: rgb(190,175,178); }

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