Html Css Color HEX #BEAFD9 Moon Raker

📋 copy color: '#BEAFD9'

red 190 ◦ green 175 ◦ blue 217

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

Shades of Moon Raker #BEAFD9

Tints of Moon Raker #BEAFD9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.07%

 BLUE value IS 217 (85.16% from 255) = 37.29%

R = 32.65%
G = 30.07%
B = 37.29%

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

#BEAFD9 (or 0xBEAFD9) is known color: Moon Raker. HEX triplet: BE, AF and D9. RGB value is (190,175,217). Sum of RGB (Red+Green+Blue) = 190+175+217=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 217 (85.16% from 255 or 37.29% from 582); Max value from RGB is 217 - color contains mainly: blue. Hex color #BEAFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFD9 is #415026. Grayscale: #B8B8B8. Windows color (decimal): -4280359 or 14266302. OLE color: 14266302.

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

Color convert

RGB 190 175 217 -
CMYK 0.12 0.19 0 0.15
HSL 261.43º 0.36% 0.77% -
HSV(B) 261.43º 0.19% 0.85% -
XYZ 49.09 46.62 72.06 -
YUV 184.27 146.47 132.08 -
System Red Green Blue C M Y K H S L
Decimal 190 175 217 0.12 0.19 0 0.15 261.43 0.36 0.77
Hex BE AF D9 C 13 0 F 105 24 4D
Octal 276 257 331 14 23 0 17 405 44 115
Binary 10111110 10101111 11011001 1100 10011 0 1111 100000101 100100 1001101

Color Harmonies of #BEAFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAFD9

Black with #BEAFD9

Text Example


Text Example

White with #BEAFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAFD9; }

 p { color: rgb(190,175,217); }

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

background-color css

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

 a { background-color: rgb(190,175,217); }

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

border-color css

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

 span { border-color: rgb(190,175,217); }

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