#BCFFBB

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

Shades of Fringy Flower #BCFFBB

Tints of Fringy Flower #BCFFBB

Color information

#BCFFBB (or 0xBCFFBB) is unknown color: approx Fringy Flower. HEX triplet: BC, FF and BB. RGB value is (188,255,187). Sum of RGB (Red+Green+Blue) = 188+255+187=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFBB is #430044. Grayscale: #E3E3E3. Windows color (decimal): -4390981 or 12320700. OLE color: 12320700.

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

Color convert

RGB188255187-
CMYK0.2600.270
HSL119.12º100%86.67%-
HSV(B)119.12º26.67%100%-
XYZ65.4785.860.12-
YUV227.22105.3100.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.84%
GREEN value IS 255 (100% from 255) = 40.48%
BLUE value IS 187 (73.44% from 255) = 29.68%
R=29.84%
G=40.48%
B=29.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882551870.2600.270119.1210086.67
HexBCFFBB1A01B0776457
Octal274377273320330167144127
Binary101111001111111110111011110100110110111011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFBB; }

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

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

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

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

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

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

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

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