#BEAFD7

Color #BEAFD7 Moon Raker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Raker #BEAFD7

Tints of Moon Raker #BEAFD7

Color information

#BEAFD7 (or 0xBEAFD7) is unknown color: approx Moon Raker. HEX triplet: BE, AF and D7. RGB value is (190,175,215). Sum of RGB (Red+Green+Blue) = 190+175+215=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 215 (84.38% from 255 or 37.07% from 580); Max value from RGB is 215 - color contains mainly: blue. Hex color #BEAFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFD7 is #415028. Grayscale: #B7B7B7. Windows color (decimal): -4280361 or 14135230. OLE color: 14135230.

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

Color convert

RGB190175215-
CMYK0.120.1900.16
HSL262.5º33.33%76.47%-
HSV(B)262.5º18.6%84.31%-
XYZ48.8346.5170.69-
YUV184.04145.47132.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.76%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 215 (84.38% from 255) = 37.07%
R=32.76%
G=30.17%
B=37.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901752150.120.1900.16262.533.3376.47
HexBEAFD7C13010106214c
Octal276257327142302040641114
Binary1011111010101111110101111100100110100001000001101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFD7; }

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

 H1.HeaderClassName
 {
   color: #BEAFD7;
 }
 .AnyTagClassName
 {
   color: #BEAFD7;
 }
</style>
background-color css

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

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

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

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

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

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