#BCFFBD

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

Shades of Fringy Flower #BCFFBD

Tints of Fringy Flower #BCFFBD

Color information

#BCFFBD (or 0xBCFFBD) is unknown color: approx Fringy Flower. HEX triplet: BC, FF and BD. RGB value is (188,255,189). Sum of RGB (Red+Green+Blue) = 188+255+189=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFBD is #430042. Grayscale: #E3E3E3. Windows color (decimal): -4390979 or 12451772. OLE color: 12451772.

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

Color convert

RGB188255189-
CMYK0.2600.260
HSL120.9º100%86.86%-
HSV(B)120.9º26.27%100%-
XYZ65.6885.8961.26-
YUV227.44106.399.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.75%
GREEN value IS 255 (100% from 255) = 40.35%
BLUE value IS 189 (74.22% from 255) = 29.91%
R=29.75%
G=40.35%
B=29.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882551890.2600.260120.910086.86
HexBCFFBD1A01A0796457
Octal274377275320320171144127
Binary101111001111111110111101110100110100111100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFBD; }

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

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

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

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

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

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

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

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