#B7AFC8

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

Shades of Moon Raker #B7AFC8

Tints of Moon Raker #B7AFC8

Color information

#B7AFC8 (or 0xB7AFC8) is unknown color: approx Moon Raker. HEX triplet: B7, AF and C8. RGB value is (183,175,200). Sum of RGB (Red+Green+Blue) = 183+175+200=558 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.80% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 200 (78.52% from 255 or 35.84% from 558); Max value from RGB is 200 - color contains mainly: blue. Hex color #B7AFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFC8 is #485037. Grayscale: #B4B4B4. Windows color (decimal): -4739128 or 13152183. OLE color: 13152183.

HSL color Cylindrical-coordinate representation of color #B7AFC8: hue angle of 259.2º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7AFC8 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB183175200-
CMYK0.080.1200.22
HSL259.2º18.52%73.53%-
HSV(B)259.2º12.5%78.43%-
XYZ45.2844.960.92-
YUV180.24139.15129.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.80%
GREEN value IS 175 (68.75% from 255) = 31.36%
BLUE value IS 200 (78.52% from 255) = 35.84%
R=32.80%
G=31.36%
B=35.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1831752000.080.1200.22259.218.5273.53
HexB7AFC88C016103134a
Octal267257310101402640323112
Binary10110111101011111100100010001100010110100000011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFC8; }

 p { color: rgb(183,175,200); }

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

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

 a { background-color: rgb(183,175,200); }

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

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

 span { border-color: rgb(183,175,200); }

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