Html Css Color HEX #BEAED2 Moon Raker

📋 copy color: '#BEAED2'

red 190 ◦ green 174 ◦ blue 210

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

Shades of Moon Raker #BEAED2

Tints of Moon Raker #BEAED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.59%

R = 33.1%
G = 30.31%
B = 36.59%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BEAED2 (or 0xBEAED2) is known color: Moon Raker. HEX triplet: BE, AE and D2. RGB value is (190,174,210). Sum of RGB (Red+Green+Blue) = 190+174+210=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 210 (82.42% from 255 or 36.59% from 574); Max value from RGB is 210 - color contains mainly: blue. Hex color #BEAED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAED2 is #41512D. Grayscale: #B6B6B6. Windows color (decimal): -4280622 or 13807294. OLE color: 13807294.

HSL color Cylindrical-coordinate representation of color #BEAED2: hue angle of 266.67º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEAED2 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 174 210 -
CMYK 0.10 0.17 0 0.18
HSL 266.67º 0.29% 0.75% -
HSV(B) 266.67º 0.17% 0.82% -
XYZ 48 45.87 67.3 -
YUV 182.89 143.3 133.07 -
System Red Green Blue C M Y K H S L
Decimal 190 174 210 0.10 0.17 0 0.18 266.67 0.29 0.75
Hex BE AE D2 A 11 0 12 10B 1D 4B
Octal 276 256 322 12 21 0 22 413 35 113
Binary 10111110 10101110 11010010 1010 10001 0 10010 100001011 11101 1001011

Color Harmonies of #BEAED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAED2

Black with #BEAED2

Text Example


Text Example

White with #BEAED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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