#B7AFC6

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

Shades of Moon Raker #B7AFC6

Tints of Moon Raker #B7AFC6

Color information

#B7AFC6 (or 0xB7AFC6) is unknown color: approx Moon Raker. HEX triplet: B7, AF and C6. RGB value is (183,175,198). Sum of RGB (Red+Green+Blue) = 183+175+198=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 198 - color contains mainly: blue. Hex color #B7AFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFC6 is #485039. Grayscale: #B3B3B3. Windows color (decimal): -4739130 or 13021111. OLE color: 13021111.

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

Color convert

RGB183175198-
CMYK0.080.1200.22
HSL260.87º16.79%73.14%-
HSV(B)260.87º11.62%77.65%-
XYZ45.0544.859.7-
YUV180.01138.15130.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.91%
GREEN value IS 175 (68.75% from 255) = 31.47%
BLUE value IS 198 (77.73% from 255) = 35.61%
R=32.91%
G=31.47%
B=35.61%

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
Decimal1831751980.080.1200.22260.8716.7973.14
HexB7AFC68C0161051149
Octal267257306101402640521111
Binary10110111101011111100011010001100010110100000101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFC6; }

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

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

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

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

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

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

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

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