#B9ADCA

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

Shades of Moon Raker #B9ADCA

Tints of Moon Raker #B9ADCA

Color information

#B9ADCA (or 0xB9ADCA) is unknown color: approx Moon Raker. HEX triplet: B9, AD and CA. RGB value is (185,173,202). Sum of RGB (Red+Green+Blue) = 185+173+202=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 202 - color contains mainly: blue. Hex color #B9ADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADCA is #465235. Grayscale: #B3B3B3. Windows color (decimal): -4608566 or 13282745. OLE color: 13282745.

HSL color Cylindrical-coordinate representation of color #B9ADCA: hue angle of 264.83º 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 #B9ADCA is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185173202-
CMYK0.080.1400.21
HSL264.83º21.48%73.53%-
HSV(B)264.83º14.36%79.22%-
XYZ45.6144.4762.06-
YUV179.89140.48131.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.04%
GREEN value IS 173 (67.97% from 255) = 30.89%
BLUE value IS 202 (79.30% from 255) = 36.07%
R=33.04%
G=30.89%
B=36.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851732020.080.1400.21264.8321.4873.53
HexB9ADCA8E015109154a
Octal271255312101602541125112
Binary10111001101011011100101010001110010101100001001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ADCA; }

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

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

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

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

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

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

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

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