#BCF7B9

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

Shades of Fringy Flower #BCF7B9

Tints of Fringy Flower #BCF7B9

Color information

#BCF7B9 (or 0xBCF7B9) is unknown color: approx Fringy Flower. HEX triplet: BC, F7 and B9. RGB value is (188,247,185). Sum of RGB (Red+Green+Blue) = 188+247+185=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 247 (96.88% from 255 or 39.84% from 620); Blue value is 185 (72.66% from 255 or 29.84% from 620); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF7B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF7B9 is #430846. Grayscale: #DEDEDE. Windows color (decimal): -4393031 or 12187580. OLE color: 12187580.

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

Color convert

RGB188247185-
CMYK0.2400.250.03
HSL117.1º79.49%84.71%-
HSV(B)117.1º25.1%96.86%-
XYZ62.7680.7258.17-
YUV222.29106.95103.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.32%
GREEN value IS 247 (96.88% from 255) = 39.84%
BLUE value IS 185 (72.66% from 255) = 29.84%
R=30.32%
G=39.84%
B=29.84%

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
Decimal1882471850.2400.250.03117.179.4984.71
HexBCF7B9180193754f55
Octal274367271300313165117125
Binary1011110011110111101110011100001100111111010110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF7B9; }

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

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

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

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

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

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

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

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