Html Css Color HEX #B9ADD2 Moon Raker

📋 copy color: '#B9ADD2'

red 185 ◦ green 173 ◦ blue 210

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

Shades of Moon Raker #B9ADD2

Tints of Moon Raker #B9ADD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.97%

R = 32.57%
G = 30.46%
B = 36.97%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B9ADD2 (or 0xB9ADD2) is known color: Moon Raker. HEX triplet: B9, AD and D2. RGB value is (185,173,210). Sum of RGB (Red+Green+Blue) = 185+173+210=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 210 (82.42% from 255 or 36.97% from 568); Max value from RGB is 210 - color contains mainly: blue. Hex color #B9ADD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADD2 is #46522D. Grayscale: #B4B4B4. Windows color (decimal): -4608558 or 13807033. OLE color: 13807033.

HSL color Cylindrical-coordinate representation of color #B9ADD2: hue angle of 259.46º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9ADD2 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 173 210 -
CMYK 0.12 0.18 0 0.18
HSL 259.46º 0.29% 0.75% -
HSV(B) 259.46º 0.18% 0.82% -
XYZ 46.58 44.85 67.18 -
YUV 180.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 185 173 210 0.12 0.18 0 0.18 259.46 0.29 0.75
Hex B9 AD D2 C 12 0 12 103 1D 4B
Octal 271 255 322 14 22 0 22 403 35 113
Binary 10111001 10101101 11010010 1100 10010 0 10010 100000011 11101 1001011

Color Harmonies of #B9ADD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ADD2

Black with #B9ADD2

Text Example


Text Example

White with #B9ADD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ADD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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