#B9AFCA

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

Shades of Moon Raker #B9AFCA

Tints of Moon Raker #B9AFCA

Color information

#B9AFCA (or 0xB9AFCA) is unknown color: approx Moon Raker. HEX triplet: B9, AF and CA. RGB value is (185,175,202). Sum of RGB (Red+Green+Blue) = 185+175+202=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 202 - color contains mainly: blue. Hex color #B9AFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFCA is #465035. Grayscale: #B4B4B4. Windows color (decimal): -4608054 or 13283257. OLE color: 13283257.

HSL color Cylindrical-coordinate representation of color #B9AFCA: hue angle of 262.22º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9AFCA is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185175202-
CMYK0.080.1300.21
HSL262.22º20.3%73.92%-
HSV(B)262.22º13.37%79.22%-
XYZ4645.2462.18-
YUV181.07139.81130.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.92%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 202 (79.30% from 255) = 35.94%
R=32.92%
G=31.14%
B=35.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851752020.080.1300.21262.2220.373.92
HexB9AFCA8D015106144a
Octal271257312101502540624112
Binary10111001101011111100101010001101010101100000110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AFCA; }

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

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

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

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

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

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

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

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