#BCFBBB

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

Shades of Fringy Flower #BCFBBB

Tints of Fringy Flower #BCFBBB

Color information

#BCFBBB (or 0xBCFBBB) is unknown color: approx Fringy Flower. HEX triplet: BC, FB and BB. RGB value is (188,251,187). Sum of RGB (Red+Green+Blue) = 188+251+187=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 187 (73.44% from 255 or 29.87% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBBB is #430444. Grayscale: #E1E1E1. Windows color (decimal): -4392005 or 12319676. OLE color: 12319676.

HSL color Cylindrical-coordinate representation of color #BCFBBB: hue angle of 119.06º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFBBB is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB188251187-
CMYK0.2500.250.02
HSL119.06º88.89%85.88%-
HSV(B)119.06º25.5%98.43%-
XYZ64.2183.2759.7-
YUV224.87106.63101.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.03%
GREEN value IS 251 (98.44% from 255) = 40.10%
BLUE value IS 187 (73.44% from 255) = 29.87%
R=30.03%
G=40.10%
B=29.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882511870.2500.250.02119.0688.8985.88
HexBCFBBB190192775956
Octal274373273310312167131126
Binary1011110011111011101110111100101100110111011110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBBB; }

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

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

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

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

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

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

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

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