Html Css Color HEX #B9AED5 Moon Raker

📋 copy color: '#B9AED5'

red 185 ◦ green 174 ◦ blue 213

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

Shades of Moon Raker #B9AED5

Tints of Moon Raker #B9AED5

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.42%

 BLUE value IS 213 (83.59% from 255) = 37.24%

R = 32.34%
G = 30.42%
B = 37.24%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B9AED5 (or 0xB9AED5) is known color: Moon Raker. HEX triplet: B9, AE and D5. RGB value is (185,174,213). Sum of RGB (Red+Green+Blue) = 185+174+213=572 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.34% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 213 - color contains mainly: blue. Hex color #B9AED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AED5 is #46512A. Grayscale: #B5B5B5. Windows color (decimal): -4608299 or 14003897. OLE color: 14003897.

HSL color Cylindrical-coordinate representation of color #B9AED5: hue angle of 256.92º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9AED5 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 174 213 -
CMYK 0.13 0.18 0 0.16
HSL 256.92º 0.32% 0.76% -
HSV(B) 256.92º 0.18% 0.84% -
XYZ 47.15 45.39 69.23 -
YUV 181.74 145.64 130.33 -
System Red Green Blue C M Y K H S L
Decimal 185 174 213 0.13 0.18 0 0.16 256.92 0.32 0.76
Hex B9 AE D5 D 12 0 10 101 20 4C
Octal 271 256 325 15 22 0 20 401 40 114
Binary 10111001 10101110 11010101 1101 10010 0 10000 100000001 100000 1001100

Color Harmonies of #B9AED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AED5

Black with #B9AED5

Text Example


Text Example

White with #B9AED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AED5; }

 p { color: rgb(185,174,213); }

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

background-color css

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

 a { background-color: rgb(185,174,213); }

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

border-color css

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

 span { border-color: rgb(185,174,213); }

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