Html Css Color HEX #B4AAD6 Moon Raker

📋 copy color: '#B4AAD6'

red 180 ◦ green 170 ◦ blue 214

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

Shades of Moon Raker #B4AAD6

Tints of Moon Raker #B4AAD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.94%

R = 31.91%
G = 30.14%
B = 37.94%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B4AAD6 (or 0xB4AAD6) is known color: Moon Raker. HEX triplet: B4, AA and D6. RGB value is (180,170,214). Sum of RGB (Red+Green+Blue) = 180+170+214=564 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.91% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 214 (83.98% from 255 or 37.94% from 564); Max value from RGB is 214 - color contains mainly: blue. Hex color #B4AAD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AAD6 is #4B5529. Grayscale: #B1B1B1. Windows color (decimal): -4937002 or 14068404. OLE color: 14068404.

HSL color Cylindrical-coordinate representation of color #B4AAD6: hue angle of 253.64º degrees, saturation: 0.35, 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 #B4AAD6 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 170 214 -
CMYK 0.16 0.21 0 0.16
HSL 253.64º 0.35% 0.75% -
HSV(B) 253.64º 0.21% 0.84% -
XYZ 45.33 43.31 69.59 -
YUV 178.01 148.31 129.42 -
System Red Green Blue C M Y K H S L
Decimal 180 170 214 0.16 0.21 0 0.16 253.64 0.35 0.75
Hex B4 AA D6 10 15 0 10 FE 23 4B
Octal 264 252 326 20 25 0 20 376 43 113
Binary 10110100 10101010 11010110 10000 10101 0 10000 11111110 100011 1001011

Color Harmonies of #B4AAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AAD6

Black with #B4AAD6

Text Example


Text Example

White with #B4AAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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