Html Css Color HEX #B9ACDB Moon Raker

📋 copy color: '#B9ACDB'

red 185 ◦ green 172 ◦ blue 219

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

Shades of Moon Raker #B9ACDB

Tints of Moon Raker #B9ACDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.02%

R = 32.12%
G = 29.86%
B = 38.02%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9ACDB (or 0xB9ACDB) is known color: Moon Raker. HEX triplet: B9, AC and DB. RGB value is (185,172,219). Sum of RGB (Red+Green+Blue) = 185+172+219=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACDB is #465324. Grayscale: #B5B5B5. Windows color (decimal): -4608805 or 14396601. OLE color: 14396601.

HSL color Cylindrical-coordinate representation of color #B9ACDB: hue angle of 256.6º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9ACDB is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 172 219 -
CMYK 0.16 0.21 0 0.14
HSL 256.6º 0.39% 0.77% -
HSV(B) 256.6º 0.21% 0.86% -
XYZ 47.55 44.93 73.18 -
YUV 181.25 149.31 130.68 -
System Red Green Blue C M Y K H S L
Decimal 185 172 219 0.16 0.21 0 0.14 256.6 0.39 0.77
Hex B9 AC DB 10 15 0 E 101 27 4D
Octal 271 254 333 20 25 0 16 401 47 115
Binary 10111001 10101100 11011011 10000 10101 0 1110 100000001 100111 1001101

Color Harmonies of #B9ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ACDB

Black with #B9ACDB

Text Example


Text Example

White with #B9ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ACDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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