Html Css Color HEX #B6AACF Moon Raker

📋 copy color: '#B6AACF'

red 182 ◦ green 170 ◦ blue 207

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

Shades of Moon Raker #B6AACF

Tints of Moon Raker #B6AACF

RGB

 RED value IS 182 (71.48% from 255) = 32.56%

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

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

R = 32.56%
G = 30.41%
B = 37.03%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B6AACF (or 0xB6AACF) is known color: Moon Raker. HEX triplet: B6, AA and CF. RGB value is (182,170,207). Sum of RGB (Red+Green+Blue) = 182+170+207=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #B6AACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AACF is #495530. Grayscale: #B1B1B1. Windows color (decimal): -4805937 or 13609654. OLE color: 13609654.

HSL color Cylindrical-coordinate representation of color #B6AACF: hue angle of 259.46º 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 #B6AACF is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 170 207 -
CMYK 0.12 0.18 0 0.19
HSL 259.46º 0.28% 0.74% -
HSV(B) 259.46º 0.18% 0.81% -
XYZ 44.93 43.2 65 -
YUV 177.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 182 170 207 0.12 0.18 0 0.19 259.46 0.28 0.74
Hex B6 AA CF C 12 0 13 103 1C 4A
Octal 266 252 317 14 22 0 23 403 34 112
Binary 10110110 10101010 11001111 1100 10010 0 10011 100000011 11100 1001010

Color Harmonies of #B6AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AACF

Black with #B6AACF

Text Example


Text Example

White with #B6AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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