#B8A9CA

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

Shades of Moon Raker #B8A9CA

Tints of Moon Raker #B8A9CA

Color information

#B8A9CA (or 0xB8A9CA) is unknown color: approx Moon Raker. HEX triplet: B8, A9 and CA. RGB value is (184,169,202). Sum of RGB (Red+Green+Blue) = 184+169+202=555 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.15% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #B8A9CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A9CA is #475635. Grayscale: #B1B1B1. Windows color (decimal): -4675126 or 13281720. OLE color: 13281720.

HSL color Cylindrical-coordinate representation of color #B8A9CA: hue angle of 267.27º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8A9CA is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB184169202-
CMYK0.090.1600.21
HSL267.27º23.74%72.75%-
HSV(B)267.27º16.34%79.22%-
XYZ44.6242.8361.79-
YUV177.25141.97132.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.15%
GREEN value IS 169 (66.41% from 255) = 30.45%
BLUE value IS 202 (79.30% from 255) = 36.40%
R=33.15%
G=30.45%
B=36.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1841692020.090.1600.21267.2723.7472.75
HexB8A9CA91001510b1849
Octal270251312112002541330111
Binary101110001010100111001010100110000010101100001011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A9CA; }

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

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

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

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

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

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

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

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