#BEAEAF

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

Shades of Pink Flare #BEAEAF

Tints of Pink Flare #BEAEAF

Color information

#BEAEAF (or 0xBEAEAF) is unknown color: approx Pink Flare. HEX triplet: BE, AE and AF. RGB value is (190,174,175). Sum of RGB (Red+Green+Blue) = 190+174+175=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAEAF is #415150. Grayscale: #B2B2B2. Windows color (decimal): -4280657 or 11513534. OLE color: 11513534.

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

Color convert

RGB190174175-
CMYK00.080.080.25
HSL356.25º10.96%71.37%-
HSV(B)356.25º8.42%74.51%-
XYZ44.1144.3146.79-
YUV178.9125.8135.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.25%
GREEN value IS 174 (68.36% from 255) = 32.28%
BLUE value IS 175 (68.75% from 255) = 32.47%
R=35.25%
G=32.28%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017417500.080.080.25356.2510.9671.37
HexBEAEAF08819164b47
Octal276256257010103154413107
Binary1011111010101110101011110100010001100110110010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEAF; }

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

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

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

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

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

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

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

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