#BCF6BA

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

Shades of Fringy Flower #BCF6BA

Tints of Fringy Flower #BCF6BA

Color information

#BCF6BA (or 0xBCF6BA) is unknown color: approx Fringy Flower. HEX triplet: BC, F6 and BA. RGB value is (188,246,186). Sum of RGB (Red+Green+Blue) = 188+246+186=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 246 (96.48% from 255 or 39.68% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF6BA is #430945. Grayscale: #DEDEDE. Windows color (decimal): -4393286 or 12252860. OLE color: 12252860.

HSL color Cylindrical-coordinate representation of color #BCF6BA: hue angle of 118º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF6BA is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB188246186-
CMYK0.2400.240.04
HSL118º76.92%84.71%-
HSV(B)118º24.39%96.47%-
XYZ62.5680.1558.63-
YUV221.82107.78103.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.32%
GREEN value IS 246 (96.48% from 255) = 39.68%
BLUE value IS 186 (73.05% from 255) = 30%
R=30.32%
G=39.68%
B=30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882461860.2400.240.0411876.9284.71
HexBCF6BA180184764d55
Octal274366272300304166115125
Binary10111100111101101011101011000011000100111011010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF6BA; }

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

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

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

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

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

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

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

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