#BBB0CF

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

Shades of Moon Raker #BBB0CF

Tints of Moon Raker #BBB0CF

Color information

#BBB0CF (or 0xBBB0CF) is unknown color: approx Moon Raker. HEX triplet: BB, B0 and CF. RGB value is (187,176,207). Sum of RGB (Red+Green+Blue) = 187+176+207=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBB0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0CF is #444F30. Grayscale: #B6B6B6. Windows color (decimal): -4476721 or 13611195. OLE color: 13611195.

HSL color Cylindrical-coordinate representation of color #BBB0CF: hue angle of 261.29º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBB0CF is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187176207-
CMYK0.100.1500.19
HSL261.29º24.41%75.1%-
HSV(B)261.29º14.98%81.18%-
XYZ47.2846.1265.44-
YUV182.82141.64130.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.81%
GREEN value IS 176 (69.14% from 255) = 30.88%
BLUE value IS 207 (81.25% from 255) = 36.32%
R=32.81%
G=30.88%
B=36.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871762070.100.1500.19261.2924.4175.1
HexBBB0CFAF013105184b
Octal273260317121702340530113
Binary10111011101100001100111110101111010011100000101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB0CF; }

 p { color: rgb(187,176,207); }

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

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

 a { background-color: rgb(187,176,207); }

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

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

 span { border-color: rgb(187,176,207); }

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