Html Css Color HEX #B4AAD8 Moon Raker

📋 copy color: '#B4AAD8'

red 180 ◦ green 170 ◦ blue 216

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

Shades of Moon Raker #B4AAD8

Tints of Moon Raker #B4AAD8

RGB

 RED value IS 180 (70.7% from 255) = 31.8%

 GREEN value IS 170 (66.8% from 255) = 30.04%

 BLUE value IS 216 (84.77% from 255) = 38.16%

R = 31.8%
G = 30.04%
B = 38.16%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B4AAD8 (or 0xB4AAD8) is known color: Moon Raker. HEX triplet: B4, AA and D8. RGB value is (180,170,216). Sum of RGB (Red+Green+Blue) = 180+170+216=566 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.80% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 216 (84.77% from 255 or 38.16% from 566); Max value from RGB is 216 - color contains mainly: blue. Hex color #B4AAD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AAD8 is #4B5527. Grayscale: #B2B2B2. Windows color (decimal): -4937000 or 14199476. OLE color: 14199476.

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

Color convert

RGB 180 170 216 -
CMYK 0.17 0.21 0 0.15
HSL 253.04º 0.37% 0.76% -
HSV(B) 253.04º 0.21% 0.85% -
XYZ 45.59 43.41 70.94 -
YUV 178.23 149.31 129.26 -
System Red Green Blue C M Y K H S L
Decimal 180 170 216 0.17 0.21 0 0.15 253.04 0.37 0.76
Hex B4 AA D8 11 15 0 F FD 25 4C
Octal 264 252 330 21 25 0 17 375 45 114
Binary 10110100 10101010 11011000 10001 10101 0 1111 11111101 100101 1001100

Color Harmonies of #B4AAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AAD8

Black with #B4AAD8

Text Example


Text Example

White with #B4AAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AAD8; }

 p { color: rgb(180,170,216); }

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

background-color css

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

 a { background-color: rgb(180,170,216); }

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

border-color css

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

 span { border-color: rgb(180,170,216); }

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