#BBB1CB

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

Shades of Moon Raker #BBB1CB

Tints of Moon Raker #BBB1CB

Color information

#BBB1CB (or 0xBBB1CB) is unknown color: approx Moon Raker. HEX triplet: BB, B1 and CB. RGB value is (187,177,203). Sum of RGB (Red+Green+Blue) = 187+177+203=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBB1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB1CB is #444E34. Grayscale: #B6B6B6. Windows color (decimal): -4476469 or 13349307. OLE color: 13349307.

HSL color Cylindrical-coordinate representation of color #BBB1CB: hue angle of 263.08º degrees, saturation: 0.2, 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 #BBB1CB is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187177203-
CMYK0.080.1300.20
HSL263.08º20%74.51%-
HSV(B)263.08º12.81%79.61%-
XYZ4746.3262.96-
YUV182.95139.31130.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.98%
GREEN value IS 177 (69.53% from 255) = 31.22%
BLUE value IS 203 (79.69% from 255) = 35.80%
R=32.98%
G=31.22%
B=35.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871772030.080.1300.20263.082074.51
HexBBB1CB8D014107144b
Octal273261313101502440724113
Binary10111011101100011100101110001101010100100000111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB1CB; }

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

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

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

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

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

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

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

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