#BBEDBB

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

Shades of Fringy Flower #BBEDBB

Tints of Fringy Flower #BBEDBB

Color information

#BBEDBB (or 0xBBEDBB) is unknown color: approx Fringy Flower. HEX triplet: BB, ED and BB. RGB value is (187,237,187). Sum of RGB (Red+Green+Blue) = 187+237+187=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDBB is #441244. Grayscale: #D8D8D8. Windows color (decimal): -4461125 or 12316091. OLE color: 12316091.

HSL color Cylindrical-coordinate representation of color #BBEDBB: hue angle of 120º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEDBB is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB187237187-
CMYK0.2100.210.07
HSL120º58.14%83.14%-
HSV(B)120º21.1%92.94%-
XYZ59.7574.7258.29-
YUV216.35111.44107.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.61%
GREEN value IS 237 (92.97% from 255) = 38.79%
BLUE value IS 187 (73.44% from 255) = 30.61%
R=30.61%
G=38.79%
B=30.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872371870.2100.210.0712058.1483.14
HexBBEDBB150157783a53
Octal27335527325025717072123
Binary1011101111101101101110111010101010111111110001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEDBB; }

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

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

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

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

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

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

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

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