#BCFEBB

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

Shades of Fringy Flower #BCFEBB

Tints of Fringy Flower #BCFEBB

Color information

#BCFEBB (or 0xBCFEBB) is unknown color: approx Fringy Flower. HEX triplet: BC, FE and BB. RGB value is (188,254,187). Sum of RGB (Red+Green+Blue) = 188+254+187=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 187 (73.44% from 255 or 29.73% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEBB is #430144. Grayscale: #E2E2E2. Windows color (decimal): -4391237 or 12320444. OLE color: 12320444.

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

Color convert

RGB188254187-
CMYK0.2600.260.00
HSL119.1º97.1%86.47%-
HSV(B)119.1º26.38%99.61%-
XYZ65.1585.1660.02-
YUV226.63105.63100.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.89%
GREEN value IS 254 (99.61% from 255) = 40.38%
BLUE value IS 187 (73.44% from 255) = 29.73%
R=29.89%
G=40.38%
B=29.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882541870.2600.260.00119.197.186.47
HexBCFEBB1A01A0776156
Octal274376273320320167141126
Binary101111001111111010111011110100110100111011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFEBB; }

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

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

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

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

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

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

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

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