#B7ADCA

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

Shades of Moon Raker #B7ADCA

Tints of Moon Raker #B7ADCA

Color information

#B7ADCA (or 0xB7ADCA) is unknown color: approx Moon Raker. HEX triplet: B7, AD and CA. RGB value is (183,173,202). Sum of RGB (Red+Green+Blue) = 183+173+202=558 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.80% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 202 - color contains mainly: blue. Hex color #B7ADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ADCA is #485235. Grayscale: #B3B3B3. Windows color (decimal): -4739638 or 13282743. OLE color: 13282743.

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

Color convert

RGB183173202-
CMYK0.090.1400.21
HSL260.69º21.48%73.53%-
HSV(B)260.69º14.36%79.22%-
XYZ45.1344.2262.03-
YUV179.3140.81130.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.80%
GREEN value IS 173 (67.97% from 255) = 31.00%
BLUE value IS 202 (79.30% from 255) = 36.20%
R=32.80%
G=31.00%
B=36.20%

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
Decimal1831732020.090.1400.21260.6921.4873.53
HexB7ADCA9E015105154a
Octal267255312111602540525112
Binary10110111101011011100101010011110010101100000101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ADCA; }

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

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

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

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

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

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

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

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