Html Css Color HEX #BEAEDA Moon Raker

📋 copy color: '#BEAEDA'

red 190 ◦ green 174 ◦ blue 218

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

Shades of Moon Raker #BEAEDA

Tints of Moon Raker #BEAEDA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.9%

 BLUE value IS 218 (85.55% from 255) = 37.46%

R = 32.65%
G = 29.9%
B = 37.46%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BEAEDA (or 0xBEAEDA) is known color: Moon Raker. HEX triplet: BE, AE and DA. RGB value is (190,174,218). Sum of RGB (Red+Green+Blue) = 190+174+218=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #BEAEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEDA is #415125. Grayscale: #B7B7B7. Windows color (decimal): -4280614 or 14331582. OLE color: 14331582.

HSL color Cylindrical-coordinate representation of color #BEAEDA: hue angle of 261.82º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEAEDA is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 174 218 -
CMYK 0.13 0.20 0 0.15
HSL 261.82º 0.37% 0.77% -
HSV(B) 261.82º 0.2% 0.85% -
XYZ 49.03 46.28 72.68 -
YUV 183.8 147.3 132.42 -
System Red Green Blue C M Y K H S L
Decimal 190 174 218 0.13 0.20 0 0.15 261.82 0.37 0.77
Hex BE AE DA D 14 0 F 106 25 4D
Octal 276 256 332 15 24 0 17 406 45 115
Binary 10111110 10101110 11011010 1101 10100 0 1111 100000110 100101 1001101

Color Harmonies of #BEAEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAEDA

Black with #BEAEDA

Text Example


Text Example

White with #BEAEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAEDA; }

 p { color: rgb(190,174,218); }

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

background-color css

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

 a { background-color: rgb(190,174,218); }

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

border-color css

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

 span { border-color: rgb(190,174,218); }

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