#B8ADCD

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

Shades of Moon Raker #B8ADCD

Tints of Moon Raker #B8ADCD

Color information

#B8ADCD (or 0xB8ADCD) is unknown color: approx Moon Raker. HEX triplet: B8, AD and CD. RGB value is (184,173,205). Sum of RGB (Red+Green+Blue) = 184+173+205=562 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.74% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 205 - color contains mainly: blue. Hex color #B8ADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ADCD is #475232. Grayscale: #B3B3B3. Windows color (decimal): -4674099 or 13479352. OLE color: 13479352.

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

Color convert

RGB184173205-
CMYK0.100.1600.20
HSL260.62º24.24%74.12%-
HSV(B)260.62º15.61%80.39%-
XYZ45.7344.4963.93-
YUV179.94142.14130.9-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.74%
GREEN value IS 173 (67.97% from 255) = 30.78%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=32.74%
G=30.78%
B=36.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841732050.100.1600.20260.6224.2474.12
HexB8ADCDA10014105184a
Octal270255315122002440530112
Binary101110001010110111001101101010000010100100000101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ADCD; }

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

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

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

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

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

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

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

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