#BEA9CA

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

Shades of Prelude #BEA9CA

Tints of Prelude #BEA9CA

Color information

#BEA9CA (or 0xBEA9CA) is unknown color: approx Prelude. HEX triplet: BE, A9 and CA. RGB value is (190,169,202). Sum of RGB (Red+Green+Blue) = 190+169+202=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEA9CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA9CA is #415635. Grayscale: #B2B2B2. Windows color (decimal): -4281910 or 13281726. OLE color: 13281726.

HSL color Cylindrical-coordinate representation of color #BEA9CA: hue angle of 278.18º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEA9CA is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190169202-
CMYK0.060.1600.21
HSL278.18º23.74%72.75%-
HSV(B)278.18º16.34%79.22%-
XYZ46.0843.5961.86-
YUV179.04140.96135.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 169 (66.41% from 255) = 30.12%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=33.87%
G=30.12%
B=36.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901692020.060.1600.21278.1823.7472.75
HexBEA9CA6100151161849
Octal27625131262002542630111
Binary10111110101010011100101011010000010101100010110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA9CA; }

 p { color: rgb(190,169,202); }

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

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

 a { background-color: rgb(190,169,202); }

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

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

 span { border-color: rgb(190,169,202); }

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