#B5A7DB

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

Shades of Moon Raker #B5A7DB

Tints of Moon Raker #B5A7DB

Color information

#B5A7DB (or 0xB5A7DB) is unknown color: approx Moon Raker. HEX triplet: B5, A7 and DB. RGB value is (181,167,219). Sum of RGB (Red+Green+Blue) = 181+167+219=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 167 (65.62% from 255 or 29.45% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #B5A7DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A7DB is #4A5824. Grayscale: #B0B0B0. Windows color (decimal): -4872229 or 14395317. OLE color: 14395317.

HSL color Cylindrical-coordinate representation of color #B5A7DB: hue angle of 256.15º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5A7DB is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181167219-
CMYK0.170.2400.14
HSL256.15º41.94%75.69%-
HSV(B)256.15º23.74%85.88%-
XYZ45.6642.5872.83-
YUV177.11151.64130.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.92%
GREEN value IS 167 (65.62% from 255) = 29.45%
BLUE value IS 219 (85.94% from 255) = 38.62%
R=31.92%
G=29.45%
B=38.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811672190.170.2400.14256.1541.9475.69
HexB5A7DB11180E1002a4c
Octal265247333213001640052114
Binary1011010110100111110110111000111000011101000000001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A7DB; }

 p { color: rgb(181,167,219); }

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

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

 a { background-color: rgb(181,167,219); }

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

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

 span { border-color: rgb(181,167,219); }

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