#B8ADCA

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

Shades of Moon Raker #B8ADCA

Tints of Moon Raker #B8ADCA

Color information

#B8ADCA (or 0xB8ADCA) is unknown color: approx Moon Raker. HEX triplet: B8, AD and CA. RGB value is (184,173,202). Sum of RGB (Red+Green+Blue) = 184+173+202=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 202 - color contains mainly: blue. Hex color #B8ADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ADCA is #475235. Grayscale: #B3B3B3. Windows color (decimal): -4674102 or 13282744. OLE color: 13282744.

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

Color convert

RGB184173202-
CMYK0.090.1400.21
HSL262.76º21.48%73.53%-
HSV(B)262.76º14.36%79.22%-
XYZ45.3744.3462.04-
YUV179.59140.64131.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.92%
GREEN value IS 173 (67.97% from 255) = 30.95%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=32.92%
G=30.95%
B=36.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1841732020.090.1400.21262.7621.4873.53
HexB8ADCA9E015107154a
Octal270255312111602540725112
Binary10111000101011011100101010011110010101100000111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ADCA; }

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

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

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

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

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

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

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

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