Html Css Color HEX #B9AECC Moon Raker

📋 copy color: '#B9AECC'

red 185 ◦ green 174 ◦ blue 204

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

Shades of Moon Raker #B9AECC

Tints of Moon Raker #B9AECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.23%

R = 32.86%
G = 30.91%
B = 36.23%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B9AECC (or 0xB9AECC) is known color: Moon Raker. HEX triplet: B9, AE and CC. RGB value is (185,174,204). Sum of RGB (Red+Green+Blue) = 185+174+204=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 204 - color contains mainly: blue. Hex color #B9AECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AECC is #465133. Grayscale: #B4B4B4. Windows color (decimal): -4608308 or 13414073. OLE color: 13414073.

HSL color Cylindrical-coordinate representation of color #B9AECC: hue angle of 262º degrees, saturation: 0.23, 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 #B9AECC is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 174 204 -
CMYK 0.09 0.15 0 0.2
HSL 262º 0.23% 0.74% -
HSV(B) 262º 0.15% 0.8% -
XYZ 46.04 44.95 63.38 -
YUV 180.71 141.14 131.06 -
System Red Green Blue C M Y K H S L
Decimal 185 174 204 0.09 0.15 0 0.2 262 0.23 0.74
Hex B9 AE CC 9 F 0 14 106 17 4A
Octal 271 256 314 11 17 0 24 406 27 112
Binary 10111001 10101110 11001100 1001 1111 0 10100 100000110 10111 1001010

Color Harmonies of #B9AECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AECC

Black with #B9AECC

Text Example


Text Example

White with #B9AECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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