#BEAFDA

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

Shades of Moon Raker #BEAFDA

Tints of Moon Raker #BEAFDA

Color information

#BEAFDA (or 0xBEAFDA) is unknown color: approx Moon Raker. HEX triplet: BE, AF and DA. RGB value is (190,175,218). Sum of RGB (Red+Green+Blue) = 190+175+218=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #BEAFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFDA is #415025. Grayscale: #B8B8B8. Windows color (decimal): -4280358 or 14331838. OLE color: 14331838.

HSL color Cylindrical-coordinate representation of color #BEAFDA: hue angle of 260.93º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEAFDA is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190175218-
CMYK0.130.2000.15
HSL260.93º36.75%77.06%-
HSV(B)260.93º19.72%85.49%-
XYZ49.2246.6772.74-
YUV184.39146.97132-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.59%
GREEN value IS 175 (68.75% from 255) = 30.02%
BLUE value IS 218 (85.55% from 255) = 37.39%
R=32.59%
G=30.02%
B=37.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901752180.130.2000.15260.9336.7577.06
HexBEAFDAD140F105254d
Octal276257332152401740545115
Binary101111101010111111011010110110100011111000001011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFDA; }

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

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

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

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

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

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

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

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