Html Css Color HEX #B9ADC9 Moon Raker

📋 copy color: '#B9ADC9'

red 185 ◦ green 173 ◦ blue 201

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

Shades of Moon Raker #B9ADC9

Tints of Moon Raker #B9ADC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.96%

R = 33.09%
G = 30.95%
B = 35.96%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B9ADC9 (or 0xB9ADC9) is known color: Moon Raker. HEX triplet: B9, AD and C9. RGB value is (185,173,201). Sum of RGB (Red+Green+Blue) = 185+173+201=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 201 (78.91% from 255 or 35.96% from 559); Max value from RGB is 201 - color contains mainly: blue. Hex color #B9ADC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADC9 is #465236. Grayscale: #B3B3B3. Windows color (decimal): -4608567 or 13217209. OLE color: 13217209.

HSL color Cylindrical-coordinate representation of color #B9ADC9: hue angle of 265.71º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9ADC9 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 173 201 -
CMYK 0.08 0.14 0 0.21
HSL 265.71º 0.21% 0.73% -
HSV(B) 265.71º 0.14% 0.79% -
XYZ 45.49 44.42 61.43 -
YUV 179.78 139.98 131.72 -
System Red Green Blue C M Y K H S L
Decimal 185 173 201 0.08 0.14 0 0.21 265.71 0.21 0.73
Hex B9 AD C9 8 E 0 15 10A 15 49
Octal 271 255 311 10 16 0 25 412 25 111
Binary 10111001 10101101 11001001 1000 1110 0 10101 100001010 10101 1001001

Color Harmonies of #B9ADC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ADC9

Black with #B9ADC9

Text Example


Text Example

White with #B9ADC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ADC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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