Html Css Color HEX #B9AED6 Moon Raker

📋 copy color: '#B9AED6'

red 185 ◦ green 174 ◦ blue 214

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

Shades of Moon Raker #B9AED6

Tints of Moon Raker #B9AED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.35%

R = 32.29%
G = 30.37%
B = 37.35%

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

#B9AED6 (or 0xB9AED6) is known color: Moon Raker. HEX triplet: B9, AE and D6. RGB value is (185,174,214). Sum of RGB (Red+Green+Blue) = 185+174+214=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 214 - color contains mainly: blue. Hex color #B9AED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AED6 is #465129. Grayscale: #B5B5B5. Windows color (decimal): -4608298 or 14069433. OLE color: 14069433.

HSL color Cylindrical-coordinate representation of color #B9AED6: hue angle of 256.5º degrees, saturation: 0.33, 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 #B9AED6 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 174 214 -
CMYK 0.14 0.19 0 0.16
HSL 256.5º 0.33% 0.76% -
HSV(B) 256.5º 0.19% 0.84% -
XYZ 47.28 45.44 69.9 -
YUV 181.85 146.14 130.25 -
System Red Green Blue C M Y K H S L
Decimal 185 174 214 0.14 0.19 0 0.16 256.5 0.33 0.76
Hex B9 AE D6 E 13 0 10 100 21 4C
Octal 271 256 326 16 23 0 20 400 41 114
Binary 10111001 10101110 11010110 1110 10011 0 10000 100000000 100001 1001100

Color Harmonies of #B9AED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AED6

Black with #B9AED6

Text Example


Text Example

White with #B9AED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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