#BBF380

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

Shades of Sulu #BBF380

Tints of Sulu #BBF380

Color information

#BBF380 (or 0xBBF380) is unknown color: approx Sulu. HEX triplet: BB, F3 and 80. RGB value is (187,243,128). Sum of RGB (Red+Green+Blue) = 187+243+128=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 243 (95.31% from 255 or 43.55% from 558); Blue value is 128 (50.39% from 255 or 22.94% from 558); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF380 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF380 is #440C7F. Grayscale: #D5D5D5. Windows color (decimal): -4459648 or 8451003. OLE color: 8451003.

HSL color Cylindrical-coordinate representation of color #BBF380: hue angle of 89.22º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBF380 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB187243128-
CMYK0.2300.470.05
HSL89.22º82.73%72.75%-
HSV(B)89.22º47.33%95.29%-
XYZ56.4476.2232.16-
YUV213.1579.95109.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.51%
GREEN value IS 243 (95.31% from 255) = 43.55%
BLUE value IS 128 (50.39% from 255) = 22.94%
R=33.51%
G=43.55%
B=22.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872431280.2300.470.0589.2282.7372.75
HexBBF3801702F5595349
Octal273363200270575131123111
Binary101110111111001110000000101110101111101101100110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF380; }

 p { color: rgb(187,243,128); }

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

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

 a { background-color: rgb(187,243,128); }

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

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

 span { border-color: rgb(187,243,128); }

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