#bbb0d8

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

Shades of Moon Raker #BBB0D8

Tints of Moon Raker #BBB0D8

Color information

#BBB0D8 (or 0xBBB0D8) is unknown color: approx Moon Raker. HEX triplet: BB, B0 and D8. RGB value is (187,176,216). Sum of RGB (Red+Green+Blue) = 187+176+216=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 216 (84.77% from 255 or 37.31% from 579); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBB0D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0D8 is #444F27. Grayscale: #B7B7B7. Windows color (decimal): -4476712 or 14201019. OLE color: 14201019.

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

Color convert

RGB187176216-
CMYK0.130.1900.15
HSL256.5º33.9%76.86%-
HSV(B)256.5º18.52%84.71%-
XYZ48.4146.5771.4-
YUV183.85146.14130.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.30%
GREEN value IS 176 (69.14% from 255) = 30.40%
BLUE value IS 216 (84.77% from 255) = 37.31%
R=32.30%
G=30.40%
B=37.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871762160.130.1900.15256.533.976.86
HexBBB0D8D130F100224d
Octal273260330152301740042115
Binary101110111011000011011000110110011011111000000001000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbb0d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbb0d8; }

 p { color: rgb(187,176,216); }

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

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

 a { background-color: rgb(187,176,216); }

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

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

 span { border-color: rgb(187,176,216); }

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