Html Css Color HEX #BEAACA Prelude

📋 copy color: '#BEAACA'

red 190 ◦ green 170 ◦ blue 202

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

Shades of Prelude #BEAACA

Tints of Prelude #BEAACA

RGB

 RED value IS 190 (74.61% from 255) = 33.81%

 GREEN value IS 170 (66.8% from 255) = 30.25%

 BLUE value IS 202 (79.3% from 255) = 35.94%

R = 33.81%
G = 30.25%
B = 35.94%

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

#BEAACA (or 0xBEAACA) is known color: Prelude. HEX triplet: BE, AA and CA. RGB value is (190,170,202). Sum of RGB (Red+Green+Blue) = 190+170+202=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEAACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAACA is #415535. Grayscale: #B3B3B3. Windows color (decimal): -4281654 or 13281982. OLE color: 13281982.

HSL color Cylindrical-coordinate representation of color #BEAACA: hue angle of 277.5º degrees, saturation: 0.23, 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 #BEAACA is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 170 202 -
CMYK 0.06 0.16 0 0.21
HSL 277.5º 0.23% 0.73% -
HSV(B) 277.5º 0.16% 0.79% -
XYZ 46.27 43.96 61.92 -
YUV 179.63 140.63 135.4 -
System Red Green Blue C M Y K H S L
Decimal 190 170 202 0.06 0.16 0 0.21 277.5 0.23 0.73
Hex BE AA CA 6 10 0 15 116 17 49
Octal 276 252 312 6 20 0 25 426 27 111
Binary 10111110 10101010 11001010 110 10000 0 10101 100010110 10111 1001001

Color Harmonies of #BEAACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAACA

Black with #BEAACA

Text Example


Text Example

White with #BEAACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAACA; }

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

 H1.HeaderClassName
 {
   color: #BEAACA;
 }
 .AnyTagClassName
 {
   color: #BEAACA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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