#BBABDE

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

Shades of Moon Raker #BBABDE

Tints of Moon Raker #BBABDE

Color information

#BBABDE (or 0xBBABDE) is unknown color: approx Moon Raker. HEX triplet: BB, AB and DE. RGB value is (187,171,222). Sum of RGB (Red+Green+Blue) = 187+171+222=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABDE is #445421. Grayscale: #B5B5B5. Windows color (decimal): -4477986 or 14592955. OLE color: 14592955.

HSL color Cylindrical-coordinate representation of color #BBABDE: hue angle of 258.82º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBABDE is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187171222-
CMYK0.160.2300.13
HSL258.82º43.59%77.06%-
HSV(B)258.82º22.97%87.06%-
XYZ48.2444.9675.24-
YUV181.6150.8131.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.24%
GREEN value IS 171 (67.19% from 255) = 29.48%
BLUE value IS 222 (87.11% from 255) = 38.28%
R=32.24%
G=29.48%
B=38.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871712220.160.2300.13258.8243.5977.06
HexBBABDE10170D1032c4d
Octal273253336202701540354115
Binary1011101110101011110111101000010111011011000000111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABDE; }

 p { color: rgb(187,171,222); }

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

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

 a { background-color: rgb(187,171,222); }

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

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

 span { border-color: rgb(187,171,222); }

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