Html Css Color HEX #B8AEC8 Moon Raker

📋 copy color: '#B8AEC8'

red 184 ◦ green 174 ◦ blue 200

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

Shades of Moon Raker #B8AEC8

Tints of Moon Raker #B8AEC8

RGB

 RED value IS 184 (72.27% from 255) = 32.97%

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

 BLUE value IS 200 (78.52% from 255) = 35.84%

R = 32.97%
G = 31.18%
B = 35.84%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B8AEC8 (or 0xB8AEC8) is known color: Moon Raker. HEX triplet: B8, AE and C8. RGB value is (184,174,200). Sum of RGB (Red+Green+Blue) = 184+174+200=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 200 (78.52% from 255 or 35.84% from 558); Max value from RGB is 200 - color contains mainly: blue. Hex color #B8AEC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AEC8 is #475137. Grayscale: #B3B3B3. Windows color (decimal): -4673848 or 13151928. OLE color: 13151928.

HSL color Cylindrical-coordinate representation of color #B8AEC8: hue angle of 263.08º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8AEC8 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 184 174 200 -
CMYK 0.08 0.13 0 0.22
HSL 263.08º 0.19% 0.73% -
HSV(B) 263.08º 0.13% 0.78% -
XYZ 45.33 44.63 60.87 -
YUV 179.95 139.31 130.89 -
System Red Green Blue C M Y K H S L
Decimal 184 174 200 0.08 0.13 0 0.22 263.08 0.19 0.73
Hex B8 AE C8 8 D 0 16 107 13 49
Octal 270 256 310 10 15 0 26 407 23 111
Binary 10111000 10101110 11001000 1000 1101 0 10110 100000111 10011 1001001

Color Harmonies of #B8AEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AEC8

Black with #B8AEC8

Text Example


Text Example

White with #B8AEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AEC8; }

 p { color: rgb(184,174,200); }

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

background-color css

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

 a { background-color: rgb(184,174,200); }

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

border-color css

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

 span { border-color: rgb(184,174,200); }

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