#BEAFD8

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

Shades of Moon Raker #BEAFD8

Tints of Moon Raker #BEAFD8

Color information

#BEAFD8 (or 0xBEAFD8) is unknown color: approx Moon Raker. HEX triplet: BE, AF and D8. RGB value is (190,175,216). Sum of RGB (Red+Green+Blue) = 190+175+216=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 216 - color contains mainly: blue. Hex color #BEAFD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFD8 is #415027. Grayscale: #B8B8B8. Windows color (decimal): -4280360 or 14200766. OLE color: 14200766.

HSL color Cylindrical-coordinate representation of color #BEAFD8: hue angle of 261.95º degrees, saturation: 0.34, 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 #BEAFD8 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190175216-
CMYK0.120.1900.15
HSL261.95º34.45%76.67%-
HSV(B)261.95º18.98%84.71%-
XYZ48.9646.5671.37-
YUV184.16145.97132.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 175 (68.75% from 255) = 30.12%
BLUE value IS 216 (84.77% from 255) = 37.18%
R=32.70%
G=30.12%
B=37.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901752160.120.1900.15261.9534.4576.67
HexBEAFD8C130F106224d
Octal276257330142301740642115
Binary101111101010111111011000110010011011111000001101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFD8; }

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

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

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

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

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

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

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

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