#B8AFCB

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

Shades of Moon Raker #B8AFCB

Tints of Moon Raker #B8AFCB

Color information

#B8AFCB (or 0xB8AFCB) is unknown color: approx Moon Raker. HEX triplet: B8, AF and CB. RGB value is (184,175,203). Sum of RGB (Red+Green+Blue) = 184+175+203=562 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.74% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #B8AFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AFCB is #475034. Grayscale: #B4B4B4. Windows color (decimal): -4673589 or 13348792. OLE color: 13348792.

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

Color convert

RGB184175203-
CMYK0.090.1400.20
HSL259.29º21.21%74.12%-
HSV(B)259.29º13.79%79.61%-
XYZ45.8845.1662.8-
YUV180.88140.48130.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.74%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 203 (79.69% from 255) = 36.12%
R=32.74%
G=31.14%
B=36.12%

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
Decimal1841752030.090.1400.20259.2921.2174.12
HexB8AFCB9E014103154a
Octal270257313111602440325112
Binary10111000101011111100101110011110010100100000011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AFCB; }

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

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

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

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

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

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

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

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