#BBEFBB

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

Shades of Fringy Flower #BBEFBB

Tints of Fringy Flower #BBEFBB

Color information

#BBEFBB (or 0xBBEFBB) is unknown color: approx Fringy Flower. HEX triplet: BB, EF and BB. RGB value is (187,239,187). Sum of RGB (Red+Green+Blue) = 187+239+187=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFBB is #441044. Grayscale: #D9D9D9. Windows color (decimal): -4460613 or 12316603. OLE color: 12316603.

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

Color convert

RGB187239187-
CMYK0.2200.220.06
HSL120º61.9%83.53%-
HSV(B)120º21.76%93.73%-
XYZ60.3375.8958.48-
YUV217.52110.77106.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.51%
GREEN value IS 239 (93.75% from 255) = 38.99%
BLUE value IS 187 (73.44% from 255) = 30.51%
R=30.51%
G=38.99%
B=30.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872391870.2200.220.0612061.983.53
HexBBEFBB160166783e54
Octal27335727326026617076124
Binary1011101111101111101110111011001011011011110001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEFBB; }

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

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

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

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

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

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

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

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