#B6AFC4

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

Shades of Moon Raker #B6AFC4

Tints of Moon Raker #B6AFC4

Color information

#B6AFC4 (or 0xB6AFC4) is unknown color: approx Moon Raker. HEX triplet: B6, AF and C4. RGB value is (182,175,196). Sum of RGB (Red+Green+Blue) = 182+175+196=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 196 - color contains mainly: blue. Hex color #B6AFC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AFC4 is #49503B. Grayscale: #B3B3B3. Windows color (decimal): -4804668 or 12890038. OLE color: 12890038.

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

Color convert

RGB182175196-
CMYK0.070.1100.23
HSL260º15.11%72.75%-
HSV(B)260º10.71%76.86%-
XYZ44.5944.5958.48-
YUV179.49137.32129.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.91%
GREEN value IS 175 (68.75% from 255) = 31.65%
BLUE value IS 196 (76.95% from 255) = 35.44%
R=32.91%
G=31.65%
B=35.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1821751960.070.1100.2326015.1172.75
HexB6AFC47B017104f49
Octal26625730471302740417111
Binary101101101010111111000100111101101011110000010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFC4; }

 p { color: rgb(182,175,196); }

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

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

 a { background-color: rgb(182,175,196); }

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

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

 span { border-color: rgb(182,175,196); }

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