Html Css Color HEX #B9ADD3 Moon Raker

📋 copy color: '#B9ADD3'

red 185 ◦ green 173 ◦ blue 211

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

Shades of Moon Raker #B9ADD3

Tints of Moon Raker #B9ADD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.08%

R = 32.51%
G = 30.4%
B = 37.08%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B9ADD3 (or 0xB9ADD3) is known color: Moon Raker. HEX triplet: B9, AD and D3. RGB value is (185,173,211). Sum of RGB (Red+Green+Blue) = 185+173+211=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 211 (82.81% from 255 or 37.08% from 569); Max value from RGB is 211 - color contains mainly: blue. Hex color #B9ADD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADD3 is #46522C. Grayscale: #B4B4B4. Windows color (decimal): -4608557 or 13872569. OLE color: 13872569.

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

Color convert

RGB 185 173 211 -
CMYK 0.12 0.18 0 0.17
HSL 258.95º 0.3% 0.75% -
HSV(B) 258.95º 0.18% 0.83% -
XYZ 46.71 44.9 67.83 -
YUV 180.92 144.98 130.91 -
System Red Green Blue C M Y K H S L
Decimal 185 173 211 0.12 0.18 0 0.17 258.95 0.3 0.75
Hex B9 AD D3 C 12 0 11 103 1E 4B
Octal 271 255 323 14 22 0 21 403 36 113
Binary 10111001 10101101 11010011 1100 10010 0 10001 100000011 11110 1001011

Color Harmonies of #B9ADD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ADD3

Black with #B9ADD3

Text Example


Text Example

White with #B9ADD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ADD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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