#BEAFDC

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

Shades of Moon Raker #BEAFDC

Tints of Moon Raker #BEAFDC

Color information

#BEAFDC (or 0xBEAFDC) is unknown color: approx Moon Raker. HEX triplet: BE, AF and DC. RGB value is (190,175,220). Sum of RGB (Red+Green+Blue) = 190+175+220=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEAFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFDC is #415023. Grayscale: #B8B8B8. Windows color (decimal): -4280356 or 14462910. OLE color: 14462910.

HSL color Cylindrical-coordinate representation of color #BEAFDC: hue angle of 260º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEAFDC is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB190175220-
CMYK0.140.2000.14
HSL260º39.13%77.45%-
HSV(B)260º20.45%86.27%-
XYZ49.4846.7774.13-
YUV184.62147.97131.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.48%
GREEN value IS 175 (68.75% from 255) = 29.91%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=32.48%
G=29.91%
B=37.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901752200.140.2000.1426039.1377.45
HexBEAFDCE140E104274d
Octal276257334162401640447115
Binary101111101010111111011100111010100011101000001001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFDC; }

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

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

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

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

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

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

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

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