#B8A9CD

Color #B8A9CD Moon Raker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Raker #B8A9CD

Tints of Moon Raker #B8A9CD

Color information

#B8A9CD (or 0xB8A9CD) is unknown color: approx Moon Raker. HEX triplet: B8, A9 and CD. RGB value is (184,169,205). Sum of RGB (Red+Green+Blue) = 184+169+205=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 169 (66.41% from 255 or 30.29% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #B8A9CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A9CD is #475632. Grayscale: #B1B1B1. Windows color (decimal): -4675123 or 13478328. OLE color: 13478328.

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

Color convert

RGB184169205-
CMYK0.100.1800.20
HSL265º26.47%73.33%-
HSV(B)265º17.56%80.39%-
XYZ44.9742.9763.68-
YUV177.59143.47132.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.97%
GREEN value IS 169 (66.41% from 255) = 30.29%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=32.97%
G=30.29%
B=36.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841692050.100.1800.2026526.4773.33
HexB8A9CDA120141091a49
Octal270251315122202441132111
Binary101110001010100111001101101010010010100100001001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A9CD; }

 p { color: rgb(184,169,205); }

 H1.HeaderClassName
 {
   color: #B8A9CD;
 }
 .AnyTagClassName
 {
   color: #B8A9CD;
 }
</style>
background-color css

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

 a { background-color: rgb(184,169,205); }

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

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

 span { border-color: rgb(184,169,205); }

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