#B9AFCF

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

Shades of Moon Raker #B9AFCF

Tints of Moon Raker #B9AFCF

Color information

#B9AFCF (or 0xB9AFCF) is unknown color: approx Moon Raker. HEX triplet: B9, AF and CF. RGB value is (185,175,207). Sum of RGB (Red+Green+Blue) = 185+175+207=567 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.63% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 207 - color contains mainly: blue. Hex color #B9AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFCF is #465030. Grayscale: #B5B5B5. Windows color (decimal): -4608049 or 13610937. OLE color: 13610937.

HSL color Cylindrical-coordinate representation of color #B9AFCF: hue angle of 258.75º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9AFCF is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB185175207-
CMYK0.110.1500.19
HSL258.75º25%74.9%-
HSV(B)258.75º15.46%81.18%-
XYZ46.645.4865.35-
YUV181.64142.31130.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.63%
GREEN value IS 175 (68.75% from 255) = 30.86%
BLUE value IS 207 (81.25% from 255) = 36.51%
R=32.63%
G=30.86%
B=36.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851752070.110.1500.19258.752574.9
HexB9AFCFBF013103194b
Octal271257317131702340331113
Binary10111001101011111100111110111111010011100000011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AFCF; }

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

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

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

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

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

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

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

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