Html Css Color HEX #B9ADDB Moon Raker

📋 copy color: '#B9ADDB'

red 185 ◦ green 173 ◦ blue 219

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

Shades of Moon Raker #B9ADDB

Tints of Moon Raker #B9ADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.98%

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

R = 32.06%
G = 29.98%
B = 37.95%

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

#B9ADDB (or 0xB9ADDB) is known color: Moon Raker. HEX triplet: B9, AD and DB. RGB value is (185,173,219). Sum of RGB (Red+Green+Blue) = 185+173+219=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADDB is #465224. Grayscale: #B5B5B5. Windows color (decimal): -4608549 or 14396857. OLE color: 14396857.

HSL color Cylindrical-coordinate representation of color #B9ADDB: hue angle of 255.65º 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 #B9ADDB is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 173 219 -
CMYK 0.16 0.21 0 0.14
HSL 255.65º 0.39% 0.77% -
HSV(B) 255.65º 0.21% 0.86% -
XYZ 47.74 45.32 73.25 -
YUV 181.83 148.98 130.26 -
System Red Green Blue C M Y K H S L
Decimal 185 173 219 0.16 0.21 0 0.14 255.65 0.39 0.77
Hex B9 AD DB 10 15 0 E 100 27 4D
Octal 271 255 333 20 25 0 16 400 47 115
Binary 10111001 10101101 11011011 10000 10101 0 1110 100000000 100111 1001101

Color Harmonies of #B9ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ADDB

Black with #B9ADDB

Text Example


Text Example

White with #B9ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ADDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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