Html Css Color HEX #BEAEDD Moon Raker

📋 copy color: '#BEAEDD'

red 190 ◦ green 174 ◦ blue 221

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

Shades of Moon Raker #BEAEDD

Tints of Moon Raker #BEAEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.78%

R = 32.48%
G = 29.74%
B = 37.78%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BEAEDD (or 0xBEAEDD) is known color: Moon Raker. HEX triplet: BE, AE and DD. RGB value is (190,174,221). Sum of RGB (Red+Green+Blue) = 190+174+221=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEAEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEDD is #415122. Grayscale: #B7B7B7. Windows color (decimal): -4280611 or 14528190. OLE color: 14528190.

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

Color convert

RGB 190 174 221 -
CMYK 0.14 0.21 0 0.13
HSL 260.43º 0.41% 0.77% -
HSV(B) 260.43º 0.21% 0.87% -
XYZ 49.42 46.44 74.77 -
YUV 184.14 148.8 132.18 -
System Red Green Blue C M Y K H S L
Decimal 190 174 221 0.14 0.21 0 0.13 260.43 0.41 0.77
Hex BE AE DD E 15 0 D 104 29 4D
Octal 276 256 335 16 25 0 15 404 51 115
Binary 10111110 10101110 11011101 1110 10101 0 1101 100000100 101001 1001101

Color Harmonies of #BEAEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAEDD

Black with #BEAEDD

Text Example


Text Example

White with #BEAEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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