#BCFDBB

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

Shades of Fringy Flower #BCFDBB

Tints of Fringy Flower #BCFDBB

Color information

#BCFDBB (or 0xBCFDBB) is unknown color: approx Fringy Flower. HEX triplet: BC, FD and BB. RGB value is (188,253,187). Sum of RGB (Red+Green+Blue) = 188+253+187=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 187 (73.44% from 255 or 29.78% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDBB is #430244. Grayscale: #E2E2E2. Windows color (decimal): -4391493 or 12320188. OLE color: 12320188.

HSL color Cylindrical-coordinate representation of color #BCFDBB: hue angle of 119.09º 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 #BCFDBB is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB188253187-
CMYK0.2600.260.01
HSL119.09º94.29%86.27%-
HSV(B)119.09º26.09%99.22%-
XYZ64.8384.5359.91-
YUV226.04105.97100.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.94%
GREEN value IS 253 (99.22% from 255) = 40.29%
BLUE value IS 187 (73.44% from 255) = 29.78%
R=29.94%
G=40.29%
B=29.78%

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
Decimal1882531870.2600.260.01119.0994.2986.27
HexBCFDBB1A01A1775e56
Octal274375273320321167136126
Binary101111001111110110111011110100110101111011110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFDBB; }

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

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

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

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

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

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

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

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