#BEAEC7

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

Shades of Prelude #BEAEC7

Tints of Prelude #BEAEC7

Color information

#BEAEC7 (or 0xBEAEC7) is unknown color: approx Prelude. HEX triplet: BE, AE and C7. RGB value is (190,174,199). Sum of RGB (Red+Green+Blue) = 190+174+199=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 199 (78.12% from 255 or 35.35% from 563); Max value from RGB is 199 - color contains mainly: blue. Hex color #BEAEC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEC7 is #415138. Grayscale: #B5B5B5. Windows color (decimal): -4280633 or 13086398. OLE color: 13086398.

HSL color Cylindrical-coordinate representation of color #BEAEC7: hue angle of 278.4º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEAEC7 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB190174199-
CMYK0.050.1300.22
HSL278.4º18.25%73.14%-
HSV(B)278.4º12.56%78.04%-
XYZ46.6845.3460.32-
YUV181.63137.8133.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 174 (68.36% from 255) = 30.91%
BLUE value IS 199 (78.12% from 255) = 35.35%
R=33.75%
G=30.91%
B=35.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901741990.050.1300.22278.418.2573.14
HexBEAEC75D0161161249
Octal27625630751502642622111
Binary1011111010101110110001111011101010110100010110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEC7; }

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

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

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

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

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

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

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

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