#BBB1CD

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

Shades of Moon Raker #BBB1CD

Tints of Moon Raker #BBB1CD

Color information

#BBB1CD (or 0xBBB1CD) is unknown color: approx Moon Raker. HEX triplet: BB, B1 and CD. RGB value is (187,177,205). Sum of RGB (Red+Green+Blue) = 187+177+205=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBB1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB1CD is #444E32. Grayscale: #B7B7B7. Windows color (decimal): -4476467 or 13480379. OLE color: 13480379.

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

Color convert

RGB187177205-
CMYK0.090.1400.20
HSL261.43º21.87%74.9%-
HSV(B)261.43º13.66%80.39%-
XYZ47.2446.4264.23-
YUV183.18140.31130.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.86%
GREEN value IS 177 (69.53% from 255) = 31.11%
BLUE value IS 205 (80.47% from 255) = 36.03%
R=32.86%
G=31.11%
B=36.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871772050.090.1400.20261.4321.8774.9
HexBBB1CD9E014105164b
Octal273261315111602440526113
Binary10111011101100011100110110011110010100100000101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB1CD; }

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

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

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

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

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

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

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

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