#bbf685

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

Shades of Sulu #BBF685

Tints of Sulu #BBF685

Color information

#BBF685 (or 0xBBF685) is unknown color: approx Sulu. HEX triplet: BB, F6 and 85. RGB value is (187,246,133). Sum of RGB (Red+Green+Blue) = 187+246+133=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 246 (96.48% from 255 or 43.46% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF685 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF685 is #44097A. Grayscale: #D7D7D7. Windows color (decimal): -4458875 or 8779451. OLE color: 8779451.

HSL color Cylindrical-coordinate representation of color #BBF685: hue angle of 91.33º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBF685 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB187246133-
CMYK0.2400.460.04
HSL91.33º86.26%74.31%-
HSV(B)91.33º45.93%96.47%-
XYZ57.6878.1734.24-
YUV215.4881.45107.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.04%
GREEN value IS 246 (96.48% from 255) = 43.46%
BLUE value IS 133 (52.34% from 255) = 23.50%
R=33.04%
G=43.46%
B=23.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872461330.2400.460.0491.3386.2674.31
HexBBF6851802E45b564a
Octal273366205300564133126112
Binary101110111111011010000101110000101110100101101110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbf685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbf685; }

 p { color: rgb(187,246,133); }

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

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

 a { background-color: rgb(187,246,133); }

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

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

 span { border-color: rgb(187,246,133); }

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