#BCF6BC

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

Shades of Fringy Flower #BCF6BC

Tints of Fringy Flower #BCF6BC

Color information

#BCF6BC (or 0xBCF6BC) is unknown color: approx Fringy Flower. HEX triplet: BC, F6 and BC. RGB value is (188,246,188). Sum of RGB (Red+Green+Blue) = 188+246+188=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 246 (96.48% from 255 or 39.55% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF6BC is #430943. Grayscale: #DEDEDE. Windows color (decimal): -4393284 or 12383932. OLE color: 12383932.

HSL color Cylindrical-coordinate representation of color #BCF6BC: hue angle of 120º degrees, saturation: 0.76, 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 #BCF6BC is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB188246188-
CMYK0.2400.240.04
HSL120º76.32%85.1%-
HSV(B)120º23.58%96.47%-
XYZ62.7780.2359.76-
YUV222.05108.78103.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.23%
GREEN value IS 246 (96.48% from 255) = 39.55%
BLUE value IS 188 (73.83% from 255) = 30.23%
R=30.23%
G=39.55%
B=30.23%

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
Decimal1882461880.2400.240.0412076.3285.1
HexBCF6BC180184784c55
Octal274366274300304170114125
Binary10111100111101101011110011000011000100111100010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF6BC; }

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

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

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

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

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

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

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

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