Html Css Color HEX #BEAAE2 Moon Raker

📋 copy color: '#BEAAE2'

red 190 ◦ green 170 ◦ blue 226

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

Shades of Moon Raker #BEAAE2

Tints of Moon Raker #BEAAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.57%

R = 32.42%
G = 29.01%
B = 38.57%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BEAAE2 (or 0xBEAAE2) is known color: Moon Raker. HEX triplet: BE, AA and E2. RGB value is (190,170,226). Sum of RGB (Red+Green+Blue) = 190+170+226=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 226 (88.67% from 255 or 38.57% from 586); Max value from RGB is 226 - color contains mainly: blue. Hex color #BEAAE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAAE2 is #41551D. Grayscale: #B6B6B6. Windows color (decimal): -4281630 or 14854846. OLE color: 14854846.

HSL color Cylindrical-coordinate representation of color #BEAAE2: hue angle of 261.43º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEAAE2 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 170 226 -
CMYK 0.16 0.25 0 0.11
HSL 261.43º 0.49% 0.78% -
HSV(B) 261.43º 0.25% 0.89% -
XYZ 49.34 45.19 78.07 -
YUV 182.36 152.63 133.45 -
System Red Green Blue C M Y K H S L
Decimal 190 170 226 0.16 0.25 0 0.11 261.43 0.49 0.78
Hex BE AA E2 10 19 0 B 105 31 4E
Octal 276 252 342 20 31 0 13 405 61 116
Binary 10111110 10101010 11100010 10000 11001 0 1011 100000101 110001 1001110

Color Harmonies of #BEAAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAAE2

Black with #BEAAE2

Text Example


Text Example

White with #BEAAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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