#BBB5C7

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

Shades of Moon Raker #BBB5C7

Tints of Moon Raker #BBB5C7

Color information

#BBB5C7 (or 0xBBB5C7) is unknown color: approx Moon Raker. HEX triplet: BB, B5 and C7. RGB value is (187,181,199). Sum of RGB (Red+Green+Blue) = 187+181+199=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 181 (71.09% from 255 or 31.92% from 567); Blue value is 199 (78.12% from 255 or 35.10% from 567); Max value from RGB is 199 - color contains mainly: blue. Hex color #BBB5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5C7 is #444A38. Grayscale: #B8B8B8. Windows color (decimal): -4475449 or 13088187. OLE color: 13088187.

HSL color Cylindrical-coordinate representation of color #BBB5C7: hue angle of 260º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBB5C7 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187181199-
CMYK0.060.0900.22
HSL260º13.85%74.51%-
HSV(B)260º9.05%78.04%-
XYZ47.3347.7460.75-
YUV184.85135.99129.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.98%
GREEN value IS 181 (71.09% from 255) = 31.92%
BLUE value IS 199 (78.12% from 255) = 35.10%
R=32.98%
G=31.92%
B=35.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871811990.060.0900.2226013.8574.51
HexBBB5C769016104e4b
Octal27326530761102640416113
Binary101110111011010111000111110100101011010000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB5C7; }

 p { color: rgb(187,181,199); }

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

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

 a { background-color: rgb(187,181,199); }

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

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

 span { border-color: rgb(187,181,199); }

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