#B7ABCA

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

Shades of Moon Raker #B7ABCA

Tints of Moon Raker #B7ABCA

Color information

#B7ABCA (or 0xB7ABCA) is unknown color: approx Moon Raker. HEX triplet: B7, AB and CA. RGB value is (183,171,202). Sum of RGB (Red+Green+Blue) = 183+171+202=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 202 - color contains mainly: blue. Hex color #B7ABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ABCA is #485435. Grayscale: #B2B2B2. Windows color (decimal): -4740150 or 13282231. OLE color: 13282231.

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

Color convert

RGB183171202-
CMYK0.090.1500.21
HSL263.23º22.63%73.14%-
HSV(B)263.23º15.35%79.22%-
XYZ44.7543.4661.91-
YUV178.12141.48131.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.91%
GREEN value IS 171 (67.19% from 255) = 30.76%
BLUE value IS 202 (79.30% from 255) = 36.33%
R=32.91%
G=30.76%
B=36.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1831712020.090.1500.21263.2322.6373.14
HexB7ABCA9F0151071749
Octal267253312111702540727111
Binary10110111101010111100101010011111010101100000111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ABCA; }

 p { color: rgb(183,171,202); }

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

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

 a { background-color: rgb(183,171,202); }

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

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

 span { border-color: rgb(183,171,202); }

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