Html Css Color HEX #BEAAE6 Moon Raker

📋 copy color: '#BEAAE6'

red 190 ◦ green 170 ◦ blue 230

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

Shades of Moon Raker #BEAAE6

Tints of Moon Raker #BEAAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.98%

R = 32.2%
G = 28.81%
B = 38.98%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BEAAE6 (or 0xBEAAE6) is known color: Moon Raker. HEX triplet: BE, AA and E6. RGB value is (190,170,230). Sum of RGB (Red+Green+Blue) = 190+170+230=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 230 (90.23% from 255 or 38.98% from 590); Max value from RGB is 230 - color contains mainly: blue. Hex color #BEAAE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAAE6 is #415519. Grayscale: #B6B6B6. Windows color (decimal): -4281626 or 15116990. OLE color: 15116990.

HSL color Cylindrical-coordinate representation of color #BEAAE6: hue angle of 260º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEAAE6 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 170 230 -
CMYK 0.17 0.26 0 0.10
HSL 260º 0.55% 0.78% -
HSV(B) 260º 0.26% 0.9% -
XYZ 49.89 45.41 81 -
YUV 182.82 154.63 133.12 -
System Red Green Blue C M Y K H S L
Decimal 190 170 230 0.17 0.26 0 0.10 260 0.55 0.78
Hex BE AA E6 11 1A 0 A 104 37 4E
Octal 276 252 346 21 32 0 12 404 67 116
Binary 10111110 10101010 11100110 10001 11010 0 1010 100000100 110111 1001110

Color Harmonies of #BEAAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAAE6

Black with #BEAAE6

Text Example


Text Example

White with #BEAAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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