#B9AFCD

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

Shades of Moon Raker #B9AFCD

Tints of Moon Raker #B9AFCD

Color information

#B9AFCD (or 0xB9AFCD) is unknown color: approx Moon Raker. HEX triplet: B9, AF and CD. RGB value is (185,175,205). Sum of RGB (Red+Green+Blue) = 185+175+205=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9AFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFCD is #465032. Grayscale: #B5B5B5. Windows color (decimal): -4608051 or 13479865. OLE color: 13479865.

HSL color Cylindrical-coordinate representation of color #B9AFCD: hue angle of 260º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9AFCD is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185175205-
CMYK0.100.1500.20
HSL260º23.08%74.51%-
HSV(B)260º14.63%80.39%-
XYZ46.3645.3864.07-
YUV181.41141.31130.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.74%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 205 (80.47% from 255) = 36.28%
R=32.74%
G=30.97%
B=36.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851752050.100.1500.2026023.0874.51
HexB9AFCDAF014104174b
Octal271257315121702440427113
Binary10111001101011111100110110101111010100100000100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AFCD; }

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

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

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

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

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

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

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

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