Html Css Color HEX #BEAED8 Moon Raker

📋 copy color: '#BEAED8'

red 190 ◦ green 174 ◦ blue 216

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

Shades of Moon Raker #BEAED8

Tints of Moon Raker #BEAED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.24%

R = 32.76%
G = 30%
B = 37.24%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BEAED8 (or 0xBEAED8) is known color: Moon Raker. HEX triplet: BE, AE and D8. RGB value is (190,174,216). Sum of RGB (Red+Green+Blue) = 190+174+216=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 216 (84.77% from 255 or 37.24% from 580); Max value from RGB is 216 - color contains mainly: blue. Hex color #BEAED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAED8 is #415127. Grayscale: #B7B7B7. Windows color (decimal): -4280616 or 14200510. OLE color: 14200510.

HSL color Cylindrical-coordinate representation of color #BEAED8: hue angle of 262.86º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEAED8 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 174 216 -
CMYK 0.12 0.19 0 0.15
HSL 262.86º 0.35% 0.76% -
HSV(B) 262.86º 0.19% 0.85% -
XYZ 48.77 46.18 71.31 -
YUV 183.57 146.3 132.58 -
System Red Green Blue C M Y K H S L
Decimal 190 174 216 0.12 0.19 0 0.15 262.86 0.35 0.76
Hex BE AE D8 C 13 0 F 107 23 4C
Octal 276 256 330 14 23 0 17 407 43 114
Binary 10111110 10101110 11011000 1100 10011 0 1111 100000111 100011 1001100

Color Harmonies of #BEAED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAED8

Black with #BEAED8

Text Example


Text Example

White with #BEAED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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