Html Css Color HEX #B8AECE Moon Raker

📋 copy color: '#B8AECE'

red 184 ◦ green 174 ◦ blue 206

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

Shades of Moon Raker #B8AECE

Tints of Moon Raker #B8AECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.52%

R = 32.62%
G = 30.85%
B = 36.52%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B8AECE (or 0xB8AECE) is known color: Moon Raker. HEX triplet: B8, AE and CE. RGB value is (184,174,206). Sum of RGB (Red+Green+Blue) = 184+174+206=564 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.62% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 206 - color contains mainly: blue. Hex color #B8AECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AECE is #475131. Grayscale: #B4B4B4. Windows color (decimal): -4673842 or 13545144. OLE color: 13545144.

HSL color Cylindrical-coordinate representation of color #B8AECE: hue angle of 258.75º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8AECE is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 174 206 -
CMYK 0.11 0.16 0 0.19
HSL 258.75º 0.25% 0.75% -
HSV(B) 258.75º 0.16% 0.81% -
XYZ 46.04 44.92 64.64 -
YUV 180.64 142.31 130.4 -
System Red Green Blue C M Y K H S L
Decimal 184 174 206 0.11 0.16 0 0.19 258.75 0.25 0.75
Hex B8 AE CE B 10 0 13 103 19 4B
Octal 270 256 316 13 20 0 23 403 31 113
Binary 10111000 10101110 11001110 1011 10000 0 10011 100000011 11001 1001011

Color Harmonies of #B8AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AECE

Black with #B8AECE

Text Example


Text Example

White with #B8AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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