#BBB2CC

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

Shades of Moon Raker #BBB2CC

Tints of Moon Raker #BBB2CC

Color information

#BBB2CC (or 0xBBB2CC) is unknown color: approx Moon Raker. HEX triplet: BB, B2 and CC. RGB value is (187,178,204). Sum of RGB (Red+Green+Blue) = 187+178+204=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBB2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2CC is #444D33. Grayscale: #B7B7B7. Windows color (decimal): -4476212 or 13415099. OLE color: 13415099.

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

Color convert

RGB187178204-
CMYK0.080.1300.2
HSL260.77º20.31%74.9%-
HSV(B)260.77º12.75%80%-
XYZ47.3146.7763.66-
YUV183.66139.48130.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.86%
GREEN value IS 178 (69.92% from 255) = 31.28%
BLUE value IS 204 (80.08% from 255) = 35.85%
R=32.86%
G=31.28%
B=35.85%

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
Decimal1871782040.080.1300.2260.7720.3174.9
HexBBB2CC8D014105144b
Octal273262314101502440524113
Binary10111011101100101100110010001101010100100000101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB2CC; }

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

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

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

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

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

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

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

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