Html Css Color HEX #B9ACCB Moon Raker

📋 copy color: '#B9ACCB'

red 185 ◦ green 172 ◦ blue 203

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

Shades of Moon Raker #B9ACCB

Tints of Moon Raker #B9ACCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.25%

R = 33.04%
G = 30.71%
B = 36.25%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B9ACCB (or 0xB9ACCB) is known color: Moon Raker. HEX triplet: B9, AC and CB. RGB value is (185,172,203). Sum of RGB (Red+Green+Blue) = 185+172+203=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 203 - color contains mainly: blue. Hex color #B9ACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACCB is #465334. Grayscale: #B3B3B3. Windows color (decimal): -4608821 or 13348025. OLE color: 13348025.

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

Color convert

RGB 185 172 203 -
CMYK 0.09 0.15 0 0.20
HSL 265.16º 0.23% 0.74% -
HSV(B) 265.16º 0.15% 0.8% -
XYZ 45.54 44.13 62.62 -
YUV 179.42 141.31 131.98 -
System Red Green Blue C M Y K H S L
Decimal 185 172 203 0.09 0.15 0 0.20 265.16 0.23 0.74
Hex B9 AC CB 9 F 0 14 109 17 4A
Octal 271 254 313 11 17 0 24 411 27 112
Binary 10111001 10101100 11001011 1001 1111 0 10100 100001001 10111 1001010

Color Harmonies of #B9ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ACCB

Black with #B9ACCB

Text Example


Text Example

White with #B9ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ACCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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