Html Css Color HEX #B4AACF Moon Raker

📋 copy color: '#B4AACF'

red 180 ◦ green 170 ◦ blue 207

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

Shades of Moon Raker #B4AACF

Tints of Moon Raker #B4AACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.16%

R = 32.32%
G = 30.52%
B = 37.16%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B4AACF (or 0xB4AACF) is known color: Moon Raker. HEX triplet: B4, AA and CF. RGB value is (180,170,207). Sum of RGB (Red+Green+Blue) = 180+170+207=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #B4AACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AACF is #4B5530. Grayscale: #B1B1B1. Windows color (decimal): -4937009 or 13609652. OLE color: 13609652.

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

Color convert

RGB 180 170 207 -
CMYK 0.13 0.18 0 0.19
HSL 256.22º 0.28% 0.74% -
HSV(B) 256.22º 0.18% 0.81% -
XYZ 44.46 42.96 64.98 -
YUV 177.21 144.81 129.99 -
System Red Green Blue C M Y K H S L
Decimal 180 170 207 0.13 0.18 0 0.19 256.22 0.28 0.74
Hex B4 AA CF D 12 0 13 100 1C 4A
Octal 264 252 317 15 22 0 23 400 34 112
Binary 10110100 10101010 11001111 1101 10010 0 10011 100000000 11100 1001010

Color Harmonies of #B4AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AACF

Black with #B4AACF

Text Example


Text Example

White with #B4AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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