Html Css Color HEX #B9ACCD Moon Raker

📋 copy color: '#B9ACCD'

red 185 ◦ green 172 ◦ blue 205

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

Shades of Moon Raker #B9ACCD

Tints of Moon Raker #B9ACCD

RGB

 RED value IS 185 (72.66% from 255) = 32.92%

 GREEN value IS 172 (67.58% from 255) = 30.6%

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

R = 32.92%
G = 30.6%
B = 36.48%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B9ACCD (or 0xB9ACCD) is known color: Moon Raker. HEX triplet: B9, AC and CD. RGB value is (185,172,205). Sum of RGB (Red+Green+Blue) = 185+172+205=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9ACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACCD is #465332. Grayscale: #B3B3B3. Windows color (decimal): -4608819 or 13479097. OLE color: 13479097.

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

Color convert

RGB 185 172 205 -
CMYK 0.10 0.16 0 0.20
HSL 263.64º 0.25% 0.74% -
HSV(B) 263.64º 0.16% 0.8% -
XYZ 45.78 44.23 63.88 -
YUV 179.65 142.31 131.82 -
System Red Green Blue C M Y K H S L
Decimal 185 172 205 0.10 0.16 0 0.20 263.64 0.25 0.74
Hex B9 AC CD A 10 0 14 108 19 4A
Octal 271 254 315 12 20 0 24 410 31 112
Binary 10111001 10101100 11001101 1010 10000 0 10100 100001000 11001 1001010

Color Harmonies of #B9ACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ACCD

Black with #B9ACCD

Text Example


Text Example

White with #B9ACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ACCD; }

 p { color: rgb(185,172,205); }

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

background-color css

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

 a { background-color: rgb(185,172,205); }

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

border-color css

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

 span { border-color: rgb(185,172,205); }

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