Html Css Color HEX #B9AED7 Moon Raker

📋 copy color: '#B9AED7'

red 185 ◦ green 174 ◦ blue 215

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

Shades of Moon Raker #B9AED7

Tints of Moon Raker #B9AED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.46%

R = 32.23%
G = 30.31%
B = 37.46%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B9AED7 (or 0xB9AED7) is known color: Moon Raker. HEX triplet: B9, AE and D7. RGB value is (185,174,215). Sum of RGB (Red+Green+Blue) = 185+174+215=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 215 (84.38% from 255 or 37.46% from 574); Max value from RGB is 215 - color contains mainly: blue. Hex color #B9AED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AED7 is #465128. Grayscale: #B5B5B5. Windows color (decimal): -4608297 or 14134969. OLE color: 14134969.

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

Color convert

RGB 185 174 215 -
CMYK 0.14 0.19 0 0.16
HSL 256.1º 0.34% 0.76% -
HSV(B) 256.1º 0.19% 0.84% -
XYZ 47.41 45.49 70.57 -
YUV 181.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 185 174 215 0.14 0.19 0 0.16 256.1 0.34 0.76
Hex B9 AE D7 E 13 0 10 100 22 4C
Octal 271 256 327 16 23 0 20 400 42 114
Binary 10111001 10101110 11010111 1110 10011 0 10000 100000000 100010 1001100

Color Harmonies of #B9AED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AED7

Black with #B9AED7

Text Example


Text Example

White with #B9AED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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