Html Css Color HEX #BEAEDE Moon Raker

📋 copy color: '#BEAEDE'

red 190 ◦ green 174 ◦ blue 222

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

Shades of Moon Raker #BEAEDE

Tints of Moon Raker #BEAEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.88%

R = 32.42%
G = 29.69%
B = 37.88%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BEAEDE (or 0xBEAEDE) is known color: Moon Raker. HEX triplet: BE, AE and DE. RGB value is (190,174,222). Sum of RGB (Red+Green+Blue) = 190+174+222=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEAEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEDE is #415121. Grayscale: #B8B8B8. Windows color (decimal): -4280610 or 14593726. OLE color: 14593726.

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

Color convert

RGB 190 174 222 -
CMYK 0.14 0.22 0 0.13
HSL 260º 0.42% 0.78% -
HSV(B) 260º 0.22% 0.87% -
XYZ 49.56 46.49 75.47 -
YUV 184.26 149.3 132.1 -
System Red Green Blue C M Y K H S L
Decimal 190 174 222 0.14 0.22 0 0.13 260 0.42 0.78
Hex BE AE DE E 16 0 D 104 2A 4E
Octal 276 256 336 16 26 0 15 404 52 116
Binary 10111110 10101110 11011110 1110 10110 0 1101 100000100 101010 1001110

Color Harmonies of #BEAEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAEDE

Black with #BEAEDE

Text Example


Text Example

White with #BEAEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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