Html Css Color HEX #B9ACD5 Moon Raker

📋 copy color: '#B9ACD5'

red 185 ◦ green 172 ◦ blue 213

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

Shades of Moon Raker #B9ACD5

Tints of Moon Raker #B9ACD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.37%

R = 32.46%
G = 30.18%
B = 37.37%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B9ACD5 (or 0xB9ACD5) is known color: Moon Raker. HEX triplet: B9, AC and D5. RGB value is (185,172,213). Sum of RGB (Red+Green+Blue) = 185+172+213=570 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.46% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 213 - color contains mainly: blue. Hex color #B9ACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACD5 is #46532A. Grayscale: #B4B4B4. Windows color (decimal): -4608811 or 14003385. OLE color: 14003385.

HSL color Cylindrical-coordinate representation of color #B9ACD5: hue angle of 259.02º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9ACD5 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 172 213 -
CMYK 0.13 0.19 0 0.16
HSL 259.02º 0.33% 0.75% -
HSV(B) 259.02º 0.19% 0.84% -
XYZ 46.77 44.62 69.1 -
YUV 180.56 146.31 131.17 -
System Red Green Blue C M Y K H S L
Decimal 185 172 213 0.13 0.19 0 0.16 259.02 0.33 0.75
Hex B9 AC D5 D 13 0 10 103 21 4B
Octal 271 254 325 15 23 0 20 403 41 113
Binary 10111001 10101100 11010101 1101 10011 0 10000 100000011 100001 1001011

Color Harmonies of #B9ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ACD5

Black with #B9ACD5

Text Example


Text Example

White with #B9ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ACD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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