Html Css Color HEX #B5A9DF Moon Raker

📋 copy color: '#B5A9DF'

red 181 ◦ green 169 ◦ blue 223

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

Shades of Moon Raker #B5A9DF

Tints of Moon Raker #B5A9DF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.49%

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

R = 31.59%
G = 29.49%
B = 38.92%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B5A9DF (or 0xB5A9DF) is known color: Moon Raker. HEX triplet: B5, A9 and DF. RGB value is (181,169,223). Sum of RGB (Red+Green+Blue) = 181+169+223=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 169 (66.41% from 255 or 29.49% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5A9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A9DF is #4A5620. Grayscale: #B2B2B2. Windows color (decimal): -4871713 or 14657973. OLE color: 14657973.

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

Color convert

RGB 181 169 223 -
CMYK 0.19 0.24 0 0.13
HSL 253.33º 0.46% 0.77% -
HSV(B) 253.33º 0.24% 0.87% -
XYZ 46.56 43.53 75.76 -
YUV 178.74 152.98 129.61 -
System Red Green Blue C M Y K H S L
Decimal 181 169 223 0.19 0.24 0 0.13 253.33 0.46 0.77
Hex B5 A9 DF 13 18 0 D FD 2E 4D
Octal 265 251 337 23 30 0 15 375 56 115
Binary 10110101 10101001 11011111 10011 11000 0 1101 11111101 101110 1001101

Color Harmonies of #B5A9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A9DF

Black with #B5A9DF

Text Example


Text Example

White with #B5A9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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