Html Css Color HEX #B5A7DB Moon Raker

📋 copy color: '#B5A7DB'

red 181 ◦ green 167 ◦ blue 219

#B5A7DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Raker #B5A7DB

Tints of Moon Raker #B5A7DB

RGB

 RED value IS 181 (71.09% from 255) = 31.92%

 GREEN value IS 167 (65.63% 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 value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B5A7DB (or 0xB5A7DB) is known color: 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

RGB 181 167 219 -
CMYK 0.17 0.24 0 0.14
HSL 256.15º 0.42% 0.76% -
HSV(B) 256.15º 0.24% 0.86% -
XYZ 45.66 42.58 72.83 -
YUV 177.11 151.64 130.77 -
System Red Green Blue C M Y K H S L
Decimal 181 167 219 0.17 0.24 0 0.14 256.15 0.42 0.76
Hex B5 A7 DB 11 18 0 E 100 2A 4C
Octal 265 247 333 21 30 0 16 400 52 114
Binary 10110101 10100111 11011011 10001 11000 0 1110 100000000 101010 1001100

Color Harmonies of #B5A7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A7DB

Black with #B5A7DB

Text Example


Text Example

White with #B5A7DB

Text Example


Text Example

HTML Codes & Css Web 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>