#BBF986

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

Shades of Sulu #BBF986

Tints of Sulu #BBF986

Color information

#BBF986 (or 0xBBF986) is unknown color: approx Sulu. HEX triplet: BB, F9 and 86. RGB value is (187,249,134). Sum of RGB (Red+Green+Blue) = 187+249+134=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 134 (52.73% from 255 or 23.51% from 570); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF986 is #440679. Grayscale: #D9D9D9. Windows color (decimal): -4458106 or 8845755. OLE color: 8845755.

HSL color Cylindrical-coordinate representation of color #BBF986: hue angle of 92.35º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBF986 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB187249134-
CMYK0.2500.460.02
HSL92.35º90.55%75.1%-
HSV(B)92.35º46.18%97.65%-
XYZ58.6780.0434.91-
YUV217.3580.96106.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.81%
GREEN value IS 249 (97.66% from 255) = 43.68%
BLUE value IS 134 (52.73% from 255) = 23.51%
R=32.81%
G=43.68%
B=23.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872491340.2500.460.0292.3590.5575.1
HexBBF9861902E25c5b4b
Octal273371206310562134133113
Binary10111011111110011000011011001010111010101110010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF986; }

 p { color: rgb(187,249,134); }

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

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

 a { background-color: rgb(187,249,134); }

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

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

 span { border-color: rgb(187,249,134); }

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