#BEAEC8

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

Shades of Prelude #BEAEC8

Tints of Prelude #BEAEC8

Color information

#BEAEC8 (or 0xBEAEC8) is unknown color: approx Prelude. HEX triplet: BE, AE and C8. RGB value is (190,174,200). Sum of RGB (Red+Green+Blue) = 190+174+200=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 200 - color contains mainly: blue. Hex color #BEAEC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEC8 is #415137. Grayscale: #B5B5B5. Windows color (decimal): -4280632 or 13151934. OLE color: 13151934.

HSL color Cylindrical-coordinate representation of color #BEAEC8: hue angle of 276.92º degrees, saturation: 0.19, 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 #BEAEC8 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB190174200-
CMYK0.050.1300.22
HSL276.92º19.12%73.33%-
HSV(B)276.92º13%78.43%-
XYZ46.845.3960.94-
YUV181.75138.3133.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.69%
GREEN value IS 174 (68.36% from 255) = 30.85%
BLUE value IS 200 (78.52% from 255) = 35.46%
R=33.69%
G=30.85%
B=35.46%

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
Decimal1901742000.050.1300.22276.9219.1273.33
HexBEAEC85D0161151349
Octal27625631051502642523111
Binary1011111010101110110010001011101010110100010101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEC8; }

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

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

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

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

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

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

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

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