Html Css Color HEX #B9AECD Moon Raker

📋 copy color: '#B9AECD'

red 185 ◦ green 174 ◦ blue 205

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

Shades of Moon Raker #B9AECD

Tints of Moon Raker #B9AECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.35%

R = 32.8%
G = 30.85%
B = 36.35%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B9AECD (or 0xB9AECD) is known color: Moon Raker. HEX triplet: B9, AE and CD. RGB value is (185,174,205). Sum of RGB (Red+Green+Blue) = 185+174+205=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9AECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AECD is #465132. Grayscale: #B4B4B4. Windows color (decimal): -4608307 or 13479609. OLE color: 13479609.

HSL color Cylindrical-coordinate representation of color #B9AECD: hue angle of 261.29º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9AECD is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 174 205 -
CMYK 0.10 0.15 0 0.20
HSL 261.29º 0.24% 0.74% -
HSV(B) 261.29º 0.15% 0.8% -
XYZ 46.16 44.99 64.01 -
YUV 180.82 141.64 130.98 -
System Red Green Blue C M Y K H S L
Decimal 185 174 205 0.10 0.15 0 0.20 261.29 0.24 0.74
Hex B9 AE CD A F 0 14 105 18 4A
Octal 271 256 315 12 17 0 24 405 30 112
Binary 10111001 10101110 11001101 1010 1111 0 10100 100000101 11000 1001010

Color Harmonies of #B9AECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AECD

Black with #B9AECD

Text Example


Text Example

White with #B9AECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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