#BBF785

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

Shades of Sulu #BBF785

Tints of Sulu #BBF785

Color information

#BBF785 (or 0xBBF785) is unknown color: approx Sulu. HEX triplet: BB, F7 and 85. RGB value is (187,247,133). Sum of RGB (Red+Green+Blue) = 187+247+133=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 247 (96.88% from 255 or 43.56% from 567); Blue value is 133 (52.34% from 255 or 23.46% from 567); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF785 is #44087A. Grayscale: #D8D8D8. Windows color (decimal): -4458619 or 8779707. OLE color: 8779707.

HSL color Cylindrical-coordinate representation of color #BBF785: hue angle of 91.58º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBF785 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB187247133-
CMYK0.2400.460.03
HSL91.58º87.69%74.51%-
HSV(B)91.58º46.15%96.86%-
XYZ57.9978.7834.34-
YUV216.0681.12107.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.98%
GREEN value IS 247 (96.88% from 255) = 43.56%
BLUE value IS 133 (52.34% from 255) = 23.46%
R=32.98%
G=43.56%
B=23.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872471330.2400.460.0391.5887.6974.51
HexBBF7851802E35c584b
Octal273367205300563134130113
Binary10111011111101111000010111000010111011101110010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF785; }

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

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

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

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

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

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

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

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