Html Css Color HEX #BEA9CA Prelude

📋 copy color: '#BEA9CA'

red 190 ◦ green 169 ◦ blue 202

#BEA9CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prelude #BEA9CA

Tints of Prelude #BEA9CA

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.3% from 255) = 36.01%

R = 33.87%
G = 30.12%
B = 36.01%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BEA9CA (or 0xBEA9CA) is known color: 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

RGB 190 169 202 -
CMYK 0.06 0.16 0 0.21
HSL 278.18º 0.24% 0.73% -
HSV(B) 278.18º 0.16% 0.79% -
XYZ 46.08 43.59 61.86 -
YUV 179.04 140.96 135.82 -
System Red Green Blue C M Y K H S L
Decimal 190 169 202 0.06 0.16 0 0.21 278.18 0.24 0.73
Hex BE A9 CA 6 10 0 15 116 18 49
Octal 276 251 312 6 20 0 25 426 30 111
Binary 10111110 10101001 11001010 110 10000 0 10101 100010110 11000 1001001

Color Harmonies of #BEA9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA9CA

Black with #BEA9CA

Text Example


Text Example

White with #BEA9CA

Text Example


Text Example

HTML Codes & Css Web 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>