#BBFEBA

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

Shades of Fringy Flower #BBFEBA

Tints of Fringy Flower #BBFEBA

Color information

#BBFEBA (or 0xBBFEBA) is unknown color: approx Fringy Flower. HEX triplet: BB, FE and BA. RGB value is (187,254,186). Sum of RGB (Red+Green+Blue) = 187+254+186=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFEBA is #440145. Grayscale: #E2E2E2. Windows color (decimal): -4456774 or 12254907. OLE color: 12254907.

HSL color Cylindrical-coordinate representation of color #BBFEBA: hue angle of 119.12º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFEBA is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB187254186-
CMYK0.2600.270.00
HSL119.12º97.14%86.27%-
HSV(B)119.12º26.77%99.61%-
XYZ64.884.9959.44-
YUV226.21105.3100.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.82%
GREEN value IS 254 (99.61% from 255) = 40.51%
BLUE value IS 186 (73.05% from 255) = 29.67%
R=29.82%
G=40.51%
B=29.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872541860.2600.270.00119.1297.1486.27
HexBBFEBA1A01B0776156
Octal273376272320330167141126
Binary101110111111111010111010110100110110111011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFEBA; }

 p { color: rgb(187,254,186); }

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

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

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

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

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

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

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