#B9AFDA

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

Shades of Moon Raker #B9AFDA

Tints of Moon Raker #B9AFDA

Color information

#B9AFDA (or 0xB9AFDA) is unknown color: approx Moon Raker. HEX triplet: B9, AF and DA. RGB value is (185,175,218). Sum of RGB (Red+Green+Blue) = 185+175+218=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #B9AFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFDA is #465025. Grayscale: #B6B6B6. Windows color (decimal): -4608038 or 14331833. OLE color: 14331833.

HSL color Cylindrical-coordinate representation of color #B9AFDA: hue angle of 253.95º 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 #B9AFDA is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185175218-
CMYK0.150.2000.15
HSL253.95º36.75%77.06%-
HSV(B)253.95º19.72%85.49%-
XYZ47.9946.0472.69-
YUV182.89147.81129.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.01%
GREEN value IS 175 (68.75% from 255) = 30.28%
BLUE value IS 218 (85.55% from 255) = 37.72%
R=32.01%
G=30.28%
B=37.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851752180.150.2000.15253.9536.7577.06
HexB9AFDAF140Ffe254d
Octal271257332172401737645115
Binary10111001101011111101101011111010001111111111101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AFDA; }

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

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

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

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

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

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

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

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