Html Css Color HEX #B5A7DF Moon Raker

📋 copy color: '#B5A7DF'

red 181 ◦ green 167 ◦ blue 223

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

Shades of Moon Raker #B5A7DF

Tints of Moon Raker #B5A7DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.05%

R = 31.7%
G = 29.25%
B = 39.05%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B5A7DF (or 0xB5A7DF) is known color: Moon Raker. HEX triplet: B5, A7 and DF. RGB value is (181,167,223). Sum of RGB (Red+Green+Blue) = 181+167+223=571 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.70% from 571); Green value is 167 (65.62% from 255 or 29.25% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5A7DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A7DF is #4A5820. Grayscale: #B1B1B1. Windows color (decimal): -4872225 or 14657461. OLE color: 14657461.

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

Color convert

RGB 181 167 223 -
CMYK 0.19 0.25 0 0.13
HSL 255º 0.47% 0.76% -
HSV(B) 255º 0.25% 0.87% -
XYZ 46.19 42.79 75.64 -
YUV 177.57 153.64 130.45 -
System Red Green Blue C M Y K H S L
Decimal 181 167 223 0.19 0.25 0 0.13 255 0.47 0.76
Hex B5 A7 DF 13 19 0 D FF 2F 4C
Octal 265 247 337 23 31 0 15 377 57 114
Binary 10110101 10100111 11011111 10011 11001 0 1101 11111111 101111 1001100

Color Harmonies of #B5A7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A7DF

Black with #B5A7DF

Text Example


Text Example

White with #B5A7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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