#BCF7BA

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

Shades of Fringy Flower #BCF7BA

Tints of Fringy Flower #BCF7BA

Color information

#BCF7BA (or 0xBCF7BA) is unknown color: approx Fringy Flower. HEX triplet: BC, F7 and BA. RGB value is (188,247,186). Sum of RGB (Red+Green+Blue) = 188+247+186=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 247 (96.88% from 255 or 39.77% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF7BA is #430845. Grayscale: #DEDEDE. Windows color (decimal): -4393030 or 12253116. OLE color: 12253116.

HSL color Cylindrical-coordinate representation of color #BCF7BA: hue angle of 118.03º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCF7BA is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB188247186-
CMYK0.2400.250.03
HSL118.03º79.22%84.9%-
HSV(B)118.03º24.7%96.86%-
XYZ62.8680.7658.73-
YUV222.4107.45103.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.27%
GREEN value IS 247 (96.88% from 255) = 39.77%
BLUE value IS 186 (73.05% from 255) = 29.95%
R=30.27%
G=39.77%
B=29.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882471860.2400.250.03118.0379.2284.9
HexBCF7BA180193764f55
Octal274367272300313166117125
Binary1011110011110111101110101100001100111111011010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF7BA; }

 p { color: rgb(188,247,186); }

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

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

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

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

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

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

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