Html Css Color HEX #B4AACE Moon Raker

📋 copy color: '#B4AACE'

red 180 ◦ green 170 ◦ blue 206

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

Shades of Moon Raker #B4AACE

Tints of Moon Raker #B4AACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.05%

R = 32.37%
G = 30.58%
B = 37.05%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B4AACE (or 0xB4AACE) is known color: Moon Raker. HEX triplet: B4, AA and CE. RGB value is (180,170,206). Sum of RGB (Red+Green+Blue) = 180+170+206=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 206 - color contains mainly: blue. Hex color #B4AACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AACE is #4B5531. Grayscale: #B0B0B0. Windows color (decimal): -4937010 or 13544116. OLE color: 13544116.

HSL color Cylindrical-coordinate representation of color #B4AACE: hue angle of 256.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4AACE is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 170 206 -
CMYK 0.13 0.17 0 0.19
HSL 256.67º 0.27% 0.74% -
HSV(B) 256.67º 0.17% 0.81% -
XYZ 44.34 42.91 64.34 -
YUV 177.09 144.31 130.07 -
System Red Green Blue C M Y K H S L
Decimal 180 170 206 0.13 0.17 0 0.19 256.67 0.27 0.74
Hex B4 AA CE D 11 0 13 101 1B 4A
Octal 264 252 316 15 21 0 23 401 33 112
Binary 10110100 10101010 11001110 1101 10001 0 10011 100000001 11011 1001010

Color Harmonies of #B4AACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AACE

Black with #B4AACE

Text Example


Text Example

White with #B4AACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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