#B7ABD4

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

Shades of Moon Raker #B7ABD4

Tints of Moon Raker #B7ABD4

Color information

#B7ABD4 (or 0xB7ABD4) is unknown color: approx Moon Raker. HEX triplet: B7, AB and D4. RGB value is (183,171,212). Sum of RGB (Red+Green+Blue) = 183+171+212=566 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.33% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 212 - color contains mainly: blue. Hex color #B7ABD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ABD4 is #48542B. Grayscale: #B3B3B3. Windows color (decimal): -4740140 or 13937591. OLE color: 13937591.

HSL color Cylindrical-coordinate representation of color #B7ABD4: hue angle of 257.56º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7ABD4 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB183171212-
CMYK0.140.1900.17
HSL257.56º32.28%75.1%-
HSV(B)257.56º19.34%83.14%-
XYZ45.9843.9568.35-
YUV179.26146.48130.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.33%
GREEN value IS 171 (67.19% from 255) = 30.21%
BLUE value IS 212 (83.20% from 255) = 37.46%
R=32.33%
G=30.21%
B=37.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1831712120.140.1900.17257.5632.2875.1
HexB7ABD4E13011102204b
Octal267253324162302140240113
Binary1011011110101011110101001110100110100011000000101000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ABD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ABD4; }

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

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

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

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

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

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

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

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