Html Css Color HEX #B3A9D7 Moon Raker

📋 copy color: '#B3A9D7'

red 179 ◦ green 169 ◦ blue 215

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

Shades of Moon Raker #B3A9D7

Tints of Moon Raker #B3A9D7

RGB

 RED value IS 179 (70.31% from 255) = 31.79%

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

 BLUE value IS 215 (84.38% from 255) = 38.19%

R = 31.79%
G = 30.02%
B = 38.19%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B3A9D7 (or 0xB3A9D7) is known color: Moon Raker. HEX triplet: B3, A9 and D7. RGB value is (179,169,215). Sum of RGB (Red+Green+Blue) = 179+169+215=563 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.79% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 215 (84.38% from 255 or 38.19% from 563); Max value from RGB is 215 - color contains mainly: blue. Hex color #B3A9D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A9D7 is #4C5628. Grayscale: #B1B1B1. Windows color (decimal): -5002793 or 14133683. OLE color: 14133683.

HSL color Cylindrical-coordinate representation of color #B3A9D7: hue angle of 253.04º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3A9D7 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 169 215 -
CMYK 0.17 0.21 0 0.16
HSL 253.04º 0.37% 0.75% -
HSV(B) 253.04º 0.21% 0.84% -
XYZ 45.04 42.87 70.19 -
YUV 177.23 149.31 129.26 -
System Red Green Blue C M Y K H S L
Decimal 179 169 215 0.17 0.21 0 0.16 253.04 0.37 0.75
Hex B3 A9 D7 11 15 0 10 FD 25 4B
Octal 263 251 327 21 25 0 20 375 45 113
Binary 10110011 10101001 11010111 10001 10101 0 10000 11111101 100101 1001011

Color Harmonies of #B3A9D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A9D7

Black with #B3A9D7

Text Example


Text Example

White with #B3A9D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A9D7; }

 p { color: rgb(179,169,215); }

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

background-color css

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

 a { background-color: rgb(179,169,215); }

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

border-color css

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

 span { border-color: rgb(179,169,215); }

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