#B9AFCB

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

Shades of Moon Raker #B9AFCB

Tints of Moon Raker #B9AFCB

Color information

#B9AFCB (or 0xB9AFCB) is unknown color: approx Moon Raker. HEX triplet: B9, AF and CB. RGB value is (185,175,203). Sum of RGB (Red+Green+Blue) = 185+175+203=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 203 - color contains mainly: blue. Hex color #B9AFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFCB is #465034. Grayscale: #B5B5B5. Windows color (decimal): -4608053 or 13348793. OLE color: 13348793.

HSL color Cylindrical-coordinate representation of color #B9AFCB: hue angle of 261.43º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9AFCB is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185175203-
CMYK0.090.1400.20
HSL261.43º21.21%74.12%-
HSV(B)261.43º13.79%79.61%-
XYZ46.1245.2962.81-
YUV181.18140.31130.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.86%
GREEN value IS 175 (68.75% from 255) = 31.08%
BLUE value IS 203 (79.69% from 255) = 36.06%
R=32.86%
G=31.08%
B=36.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851752030.090.1400.20261.4321.2174.12
HexB9AFCB9E014105154a
Octal271257313111602440525112
Binary10111001101011111100101110011110010100100000101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AFCB; }

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

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

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

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

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

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

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

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