Html Css Color HEX #B4AACD Moon Raker

📋 copy color: '#B4AACD'

red 180 ◦ green 170 ◦ blue 205

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

Shades of Moon Raker #B4AACD

Tints of Moon Raker #B4AACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.94%

R = 32.43%
G = 30.63%
B = 36.94%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B4AACD (or 0xB4AACD) is known color: Moon Raker. HEX triplet: B4, AA and CD. RGB value is (180,170,205). Sum of RGB (Red+Green+Blue) = 180+170+205=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: blue. Hex color #B4AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AACD is #4B5532. Grayscale: #B0B0B0. Windows color (decimal): -4937011 or 13478580. OLE color: 13478580.

HSL color Cylindrical-coordinate representation of color #B4AACD: hue angle of 257.14º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4AACD is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 170 205 -
CMYK 0.12 0.17 0 0.20
HSL 257.14º 0.26% 0.74% -
HSV(B) 257.14º 0.17% 0.8% -
XYZ 44.22 42.86 63.7 -
YUV 176.98 143.81 130.15 -
System Red Green Blue C M Y K H S L
Decimal 180 170 205 0.12 0.17 0 0.20 257.14 0.26 0.74
Hex B4 AA CD C 11 0 14 101 1A 4A
Octal 264 252 315 14 21 0 24 401 32 112
Binary 10110100 10101010 11001101 1100 10001 0 10100 100000001 11010 1001010

Color Harmonies of #B4AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AACD

Black with #B4AACD

Text Example


Text Example

White with #B4AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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