#BBB1CC

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

Shades of Moon Raker #BBB1CC

Tints of Moon Raker #BBB1CC

Color information

#BBB1CC (or 0xBBB1CC) is unknown color: approx Moon Raker. HEX triplet: BB, B1 and CC. RGB value is (187,177,204). Sum of RGB (Red+Green+Blue) = 187+177+204=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBB1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB1CC is #444E33. Grayscale: #B6B6B6. Windows color (decimal): -4476468 or 13414843. OLE color: 13414843.

HSL color Cylindrical-coordinate representation of color #BBB1CC: hue angle of 262.22º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBB1CC is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB187177204-
CMYK0.080.1300.2
HSL262.22º20.93%74.71%-
HSV(B)262.22º13.24%80%-
XYZ47.1146.3763.59-
YUV183.07139.81130.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.92%
GREEN value IS 177 (69.53% from 255) = 31.16%
BLUE value IS 204 (80.08% from 255) = 35.92%
R=32.92%
G=31.16%
B=35.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871772040.080.1300.2262.2220.9374.71
HexBBB1CC8D014106154b
Octal273261314101502440625113
Binary10111011101100011100110010001101010100100000110101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB1CC; }

 p { color: rgb(187,177,204); }

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

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

 a { background-color: rgb(187,177,204); }

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

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

 span { border-color: rgb(187,177,204); }

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