Html Css Color HEX #B8AECC Moon Raker

📋 copy color: '#B8AECC'

red 184 ◦ green 174 ◦ blue 204

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

Shades of Moon Raker #B8AECC

Tints of Moon Raker #B8AECC

RGB

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

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

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

R = 32.74%
G = 30.96%
B = 36.3%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B8AECC (or 0xB8AECC) is known color: Moon Raker. HEX triplet: B8, AE and CC. RGB value is (184,174,204). Sum of RGB (Red+Green+Blue) = 184+174+204=562 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.74% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 204 - color contains mainly: blue. Hex color #B8AECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AECC is #475133. Grayscale: #B4B4B4. Windows color (decimal): -4673844 or 13414072. OLE color: 13414072.

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

Color convert

RGB 184 174 204 -
CMYK 0.10 0.15 0 0.2
HSL 260º 0.23% 0.74% -
HSV(B) 260º 0.15% 0.8% -
XYZ 45.8 44.82 63.36 -
YUV 180.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 184 174 204 0.10 0.15 0 0.2 260 0.23 0.74
Hex B8 AE CC A F 0 14 104 17 4A
Octal 270 256 314 12 17 0 24 404 27 112
Binary 10111000 10101110 11001100 1010 1111 0 10100 100000100 10111 1001010

Color Harmonies of #B8AECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AECC

Black with #B8AECC

Text Example


Text Example

White with #B8AECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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