Html Css Color HEX #B9ACD7 Moon Raker

📋 copy color: '#B9ACD7'

red 185 ◦ green 172 ◦ blue 215

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

Shades of Moon Raker #B9ACD7

Tints of Moon Raker #B9ACD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.59%

R = 32.34%
G = 30.07%
B = 37.59%

CMYK

 C value IS 0.14

 M value IS 0.2

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B9ACD7 (or 0xB9ACD7) is known color: Moon Raker. HEX triplet: B9, AC and D7. RGB value is (185,172,215). Sum of RGB (Red+Green+Blue) = 185+172+215=572 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.34% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 215 (84.38% from 255 or 37.59% from 572); Max value from RGB is 215 - color contains mainly: blue. Hex color #B9ACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACD7 is #465328. Grayscale: #B4B4B4. Windows color (decimal): -4608809 or 14134457. OLE color: 14134457.

HSL color Cylindrical-coordinate representation of color #B9ACD7: hue angle of 258.14º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9ACD7 is Cyan = 0.14, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 172 215 -
CMYK 0.14 0.2 0 0.16
HSL 258.14º 0.35% 0.76% -
HSV(B) 258.14º 0.2% 0.84% -
XYZ 47.03 44.73 70.44 -
YUV 180.79 147.31 131 -
System Red Green Blue C M Y K H S L
Decimal 185 172 215 0.14 0.2 0 0.16 258.14 0.35 0.76
Hex B9 AC D7 E 14 0 10 102 23 4C
Octal 271 254 327 16 24 0 20 402 43 114
Binary 10111001 10101100 11010111 1110 10100 0 10000 100000010 100011 1001100

Color Harmonies of #B9ACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ACD7

Black with #B9ACD7

Text Example


Text Example

White with #B9ACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ACD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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