#BBF9BB

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

Shades of Fringy Flower #BBF9BB

Tints of Fringy Flower #BBF9BB

Color information

#BBF9BB (or 0xBBF9BB) is unknown color: approx Fringy Flower. HEX triplet: BB, F9 and BB. RGB value is (187,249,187). Sum of RGB (Red+Green+Blue) = 187+249+187=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 249 (97.66% from 255 or 39.97% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF9BB is #440644. Grayscale: #DFDFDF. Windows color (decimal): -4458053 or 12319163. OLE color: 12319163.

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

Color convert

RGB187249187-
CMYK0.2500.250.02
HSL120º83.78%85.49%-
HSV(B)120º24.9%97.65%-
XYZ63.3481.959.48-
YUV223.39107.46102.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.02%
GREEN value IS 249 (97.66% from 255) = 39.97%
BLUE value IS 187 (73.44% from 255) = 30.02%
R=30.02%
G=39.97%
B=30.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872491870.2500.250.0212083.7885.49
HexBBF9BB190192785455
Octal273371273310312170124125
Binary1011101111111001101110111100101100110111100010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF9BB; }

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

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

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

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

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

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

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

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