#BBF285

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

Shades of Sulu #BBF285

Tints of Sulu #BBF285

Color information

#BBF285 (or 0xBBF285) is unknown color: approx Sulu. HEX triplet: BB, F2 and 85. RGB value is (187,242,133). Sum of RGB (Red+Green+Blue) = 187+242+133=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF285 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF285 is #440D7A. Grayscale: #D5D5D5. Windows color (decimal): -4459899 or 8778427. OLE color: 8778427.

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

Color convert

RGB187242133-
CMYK0.2300.450.05
HSL90.28º80.74%73.53%-
HSV(B)90.28º45.04%94.9%-
XYZ56.4875.7633.84-
YUV213.1382.78109.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.27%
GREEN value IS 242 (94.92% from 255) = 43.06%
BLUE value IS 133 (52.34% from 255) = 23.67%
R=33.27%
G=43.06%
B=23.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872421330.2300.450.0590.2880.7473.53
HexBBF2851702D55a514a
Octal273362205270555132121112
Binary101110111111001010000101101110101101101101101010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF285; }

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

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

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

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

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

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

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

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