Html Css Color HEX #BEAEE0 Moon Raker

📋 copy color: '#BEAEE0'

red 190 ◦ green 174 ◦ blue 224

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

Shades of Moon Raker #BEAEE0

Tints of Moon Raker #BEAEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.1%

R = 32.31%
G = 29.59%
B = 38.1%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BEAEE0 (or 0xBEAEE0) is known color: Moon Raker. HEX triplet: BE, AE and E0. RGB value is (190,174,224). Sum of RGB (Red+Green+Blue) = 190+174+224=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 224 - color contains mainly: blue. Hex color #BEAEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEE0 is #41511F. Grayscale: #B8B8B8. Windows color (decimal): -4280608 or 14724798. OLE color: 14724798.

HSL color Cylindrical-coordinate representation of color #BEAEE0: hue angle of 259.2º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEAEE0 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 174 224 -
CMYK 0.15 0.22 0 0.12
HSL 259.2º 0.45% 0.78% -
HSV(B) 259.2º 0.22% 0.88% -
XYZ 49.83 46.6 76.89 -
YUV 184.48 150.3 131.93 -
System Red Green Blue C M Y K H S L
Decimal 190 174 224 0.15 0.22 0 0.12 259.2 0.45 0.78
Hex BE AE E0 F 16 0 C 103 2D 4E
Octal 276 256 340 17 26 0 14 403 55 116
Binary 10111110 10101110 11100000 1111 10110 0 1100 100000011 101101 1001110

Color Harmonies of #BEAEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAEE0

Black with #BEAEE0

Text Example


Text Example

White with #BEAEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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