#BBFDBB

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

Shades of Fringy Flower #BBFDBB

Tints of Fringy Flower #BBFDBB

Color information

#BBFDBB (or 0xBBFDBB) is unknown color: approx Fringy Flower. HEX triplet: BB, FD and BB. RGB value is (187,253,187). Sum of RGB (Red+Green+Blue) = 187+253+187=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDBB is #440244. Grayscale: #E1E1E1. Windows color (decimal): -4457029 or 12320187. OLE color: 12320187.

HSL color Cylindrical-coordinate representation of color #BBFDBB: hue angle of 120º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFDBB is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB187253187-
CMYK0.2600.260.01
HSL120º94.29%86.27%-
HSV(B)120º26.09%99.22%-
XYZ64.5984.459.9-
YUV225.74106.13100.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.82%
GREEN value IS 253 (99.22% from 255) = 40.35%
BLUE value IS 187 (73.44% from 255) = 29.82%
R=29.82%
G=40.35%
B=29.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872531870.2600.260.0112094.2986.27
HexBBFDBB1A01A1785e56
Octal273375273320321170136126
Binary101110111111110110111011110100110101111100010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFDBB; }

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

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

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

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

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

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

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

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