Html Css Color HEX #B9AED8 Moon Raker

📋 copy color: '#B9AED8'

red 185 ◦ green 174 ◦ blue 216

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

Shades of Moon Raker #B9AED8

Tints of Moon Raker #B9AED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.57%

R = 32.17%
G = 30.26%
B = 37.57%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B9AED8 (or 0xB9AED8) is known color: Moon Raker. HEX triplet: B9, AE and D8. RGB value is (185,174,216). Sum of RGB (Red+Green+Blue) = 185+174+216=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 216 (84.77% from 255 or 37.57% from 575); Max value from RGB is 216 - color contains mainly: blue. Hex color #B9AED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AED8 is #465127. Grayscale: #B5B5B5. Windows color (decimal): -4608296 or 14200505. OLE color: 14200505.

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

Color convert

RGB 185 174 216 -
CMYK 0.14 0.19 0 0.15
HSL 255.71º 0.35% 0.76% -
HSV(B) 255.71º 0.19% 0.85% -
XYZ 47.54 45.54 71.25 -
YUV 182.08 147.14 130.08 -
System Red Green Blue C M Y K H S L
Decimal 185 174 216 0.14 0.19 0 0.15 255.71 0.35 0.76
Hex B9 AE D8 E 13 0 F 100 23 4C
Octal 271 256 330 16 23 0 17 400 43 114
Binary 10111001 10101110 11011000 1110 10011 0 1111 100000000 100011 1001100

Color Harmonies of #B9AED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AED8

Black with #B9AED8

Text Example


Text Example

White with #B9AED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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