#BCFBBC

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

Shades of Fringy Flower #BCFBBC

Tints of Fringy Flower #BCFBBC

Color information

#BCFBBC (or 0xBCFBBC) is unknown color: approx Fringy Flower. HEX triplet: BC, FB and BC. RGB value is (188,251,188). Sum of RGB (Red+Green+Blue) = 188+251+188=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 251 (98.44% from 255 or 40.03% from 627); Blue value is 188 (73.83% from 255 or 29.98% from 627); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBBC is #430443. Grayscale: #E1E1E1. Windows color (decimal): -4392004 or 12385212. OLE color: 12385212.

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

Color convert

RGB188251188-
CMYK0.2500.250.02
HSL120º88.73%86.08%-
HSV(B)120º25.1%98.43%-
XYZ64.3183.3260.27-
YUV224.98107.13101.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.98%
GREEN value IS 251 (98.44% from 255) = 40.03%
BLUE value IS 188 (73.83% from 255) = 29.98%
R=29.98%
G=40.03%
B=29.98%

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
Decimal1882511880.2500.250.0212088.7386.08
HexBCFBBC190192785956
Octal274373274310312170131126
Binary1011110011111011101111001100101100110111100010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBBC; }

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

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

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

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

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

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

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

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