Html Css Color HEX #BEAEDB Moon Raker

📋 copy color: '#BEAEDB'

red 190 ◦ green 174 ◦ blue 219

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

Shades of Moon Raker #BEAEDB

Tints of Moon Raker #BEAEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.56%

R = 32.59%
G = 29.85%
B = 37.56%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BEAEDB (or 0xBEAEDB) is known color: Moon Raker. HEX triplet: BE, AE and DB. RGB value is (190,174,219). Sum of RGB (Red+Green+Blue) = 190+174+219=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #BEAEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEDB is #415124. Grayscale: #B7B7B7. Windows color (decimal): -4280613 or 14397118. OLE color: 14397118.

HSL color Cylindrical-coordinate representation of color #BEAEDB: hue angle of 261.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEAEDB is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 174 219 -
CMYK 0.13 0.21 0 0.14
HSL 261.33º 0.38% 0.77% -
HSV(B) 261.33º 0.21% 0.86% -
XYZ 49.16 46.33 73.37 -
YUV 183.91 147.8 132.34 -
System Red Green Blue C M Y K H S L
Decimal 190 174 219 0.13 0.21 0 0.14 261.33 0.38 0.77
Hex BE AE DB D 15 0 E 105 26 4D
Octal 276 256 333 15 25 0 16 405 46 115
Binary 10111110 10101110 11011011 1101 10101 0 1110 100000101 100110 1001101

Color Harmonies of #BEAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAEDB

Black with #BEAEDB

Text Example


Text Example

White with #BEAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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