#BBB3D1

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

Shades of Moon Raker #BBB3D1

Tints of Moon Raker #BBB3D1

Color information

#BBB3D1 (or 0xBBB3D1) is unknown color: approx Moon Raker. HEX triplet: BB, B3 and D1. RGB value is (187,179,209). Sum of RGB (Red+Green+Blue) = 187+179+209=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 179 (70.31% from 255 or 31.13% from 575); Blue value is 209 (82.03% from 255 or 36.35% from 575); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBB3D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB3D1 is #444C2E. Grayscale: #B8B8B8. Windows color (decimal): -4475951 or 13743035. OLE color: 13743035.

HSL color Cylindrical-coordinate representation of color #BBB3D1: hue angle of 256º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBB3D1 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187179209-
CMYK0.110.1400.18
HSL256º24.59%76.08%-
HSV(B)256º14.35%81.96%-
XYZ48.1247.4166.94-
YUV184.81141.65129.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.52%
GREEN value IS 179 (70.31% from 255) = 31.13%
BLUE value IS 209 (82.03% from 255) = 36.35%
R=32.52%
G=31.13%
B=36.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871792090.110.1400.1825624.5976.08
HexBBB3D1BE012100194c
Octal273263321131602240031114
Binary10111011101100111101000110111110010010100000000110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB3D1; }

 p { color: rgb(187,179,209); }

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

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

 a { background-color: rgb(187,179,209); }

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

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

 span { border-color: rgb(187,179,209); }

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