#B8ADDA

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

Shades of Moon Raker #B8ADDA

Tints of Moon Raker #B8ADDA

Color information

#B8ADDA (or 0xB8ADDA) is unknown color: approx Moon Raker. HEX triplet: B8, AD and DA. RGB value is (184,173,218). Sum of RGB (Red+Green+Blue) = 184+173+218=575 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #B8ADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ADDA is #475225. Grayscale: #B5B5B5. Windows color (decimal): -4674086 or 14331320. OLE color: 14331320.

HSL color Cylindrical-coordinate representation of color #B8ADDA: hue angle of 254.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8ADDA is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB184173218-
CMYK0.160.2100.15
HSL254.67º37.82%76.67%-
HSV(B)254.67º20.64%85.49%-
XYZ47.3745.1472.55-
YUV181.42148.64129.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32%
GREEN value IS 173 (67.97% from 255) = 30.09%
BLUE value IS 218 (85.55% from 255) = 37.91%
R=32%
G=30.09%
B=37.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841732180.160.2100.15254.6737.8276.67
HexB8ADDA10150Fff264d
Octal270255332202501737746115
Binary101110001010110111011010100001010101111111111111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ADDA; }

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

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

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

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

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

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

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

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