Html Css Color HEX #B5A7DD Moon Raker

📋 copy color: '#B5A7DD'

red 181 ◦ green 167 ◦ blue 221

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

Shades of Moon Raker #B5A7DD

Tints of Moon Raker #B5A7DD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.35%

 BLUE value IS 221 (86.72% from 255) = 38.84%

R = 31.81%
G = 29.35%
B = 38.84%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B5A7DD (or 0xB5A7DD) is known color: Moon Raker. HEX triplet: B5, A7 and DD. RGB value is (181,167,221). Sum of RGB (Red+Green+Blue) = 181+167+221=569 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.81% from 569); Green value is 167 (65.62% from 255 or 29.35% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5A7DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A7DD is #4A5822. Grayscale: #B1B1B1. Windows color (decimal): -4872227 or 14526389. OLE color: 14526389.

HSL color Cylindrical-coordinate representation of color #B5A7DD: hue angle of 255.56º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5A7DD is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 167 221 -
CMYK 0.18 0.24 0 0.13
HSL 255.56º 0.44% 0.76% -
HSV(B) 255.56º 0.24% 0.87% -
XYZ 45.93 42.68 74.22 -
YUV 177.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 181 167 221 0.18 0.24 0 0.13 255.56 0.44 0.76
Hex B5 A7 DD 12 18 0 D 100 2C 4C
Octal 265 247 335 22 30 0 15 400 54 114
Binary 10110101 10100111 11011101 10010 11000 0 1101 100000000 101100 1001100

Color Harmonies of #B5A7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A7DD

Black with #B5A7DD

Text Example


Text Example

White with #B5A7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A7DD; }

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

 H1.HeaderClassName
 {
   color: #B5A7DD;
 }
 .AnyTagClassName
 {
   color: #B5A7DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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