#BBFF85

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

Shades of Sulu #BBFF85

Tints of Sulu #BBFF85

Color information

#BBFF85 (or 0xBBFF85) is unknown color: approx Sulu. HEX triplet: BB, FF and 85. RGB value is (187,255,133). Sum of RGB (Red+Green+Blue) = 187+255+133=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 133 (52.34% from 255 or 23.13% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFF85 is #44007A. Grayscale: #DDDDDD. Windows color (decimal): -4456571 or 8781755. OLE color: 8781755.

HSL color Cylindrical-coordinate representation of color #BBFF85: hue angle of 93.44º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBFF85 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB187255133-
CMYK0.2700.480
HSL93.44º100%76.08%-
HSV(B)93.44º47.84%100%-
XYZ60.4983.7835.17-
YUV220.7678.47103.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.52%
GREEN value IS 255 (100% from 255) = 44.35%
BLUE value IS 133 (52.34% from 255) = 23.13%
R=32.52%
G=44.35%
B=23.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872551330.2700.48093.4410076.08
HexBBFF851B03005d644c
Octal273377205330600135144114
Binary1011101111111111100001011101101100000101110111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFF85; }

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

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

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

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

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

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

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

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