#B8ADD7

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

Shades of Moon Raker #B8ADD7

Tints of Moon Raker #B8ADD7

Color information

#B8ADD7 (or 0xB8ADD7) is unknown color: approx Moon Raker. HEX triplet: B8, AD and D7. RGB value is (184,173,215). Sum of RGB (Red+Green+Blue) = 184+173+215=572 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.17% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 215 (84.38% from 255 or 37.59% from 572); Max value from RGB is 215 - color contains mainly: blue. Hex color #B8ADD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ADD7 is #475228. Grayscale: #B4B4B4. Windows color (decimal): -4674089 or 14134712. OLE color: 14134712.

HSL color Cylindrical-coordinate representation of color #B8ADD7: hue angle of 255.71º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8ADD7 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB184173215-
CMYK0.140.2000.16
HSL255.71º34.43%76.08%-
HSV(B)255.71º19.53%84.31%-
XYZ46.9844.9870.5-
YUV181.08147.14130.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.17%
GREEN value IS 173 (67.97% from 255) = 30.24%
BLUE value IS 215 (84.38% from 255) = 37.59%
R=32.17%
G=30.24%
B=37.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1841732150.140.2000.16255.7134.4376.08
HexB8ADD7E14010100224c
Octal270255327162402040042114
Binary1011100010101101110101111110101000100001000000001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ADD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ADD7; }

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

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

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

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

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

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

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

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