#BCF1BE

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

Shades of Fringy Flower #BCF1BE

Tints of Fringy Flower #BCF1BE

Color information

#BCF1BE (or 0xBCF1BE) is unknown color: approx Fringy Flower. HEX triplet: BC, F1 and BE. RGB value is (188,241,190). Sum of RGB (Red+Green+Blue) = 188+241+190=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1BE is #430E41. Grayscale: #DBDBDB. Windows color (decimal): -4394562 or 12513724. OLE color: 12513724.

HSL color Cylindrical-coordinate representation of color #BCF1BE: hue angle of 122.26º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF1BE is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB188241190-
CMYK0.2200.210.05
HSL122.26º65.43%84.12%-
HSV(B)122.26º21.99%94.51%-
XYZ61.4977.3260.4-
YUV219.34111.44105.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.37%
GREEN value IS 241 (94.53% from 255) = 38.93%
BLUE value IS 190 (74.61% from 255) = 30.69%
R=30.37%
G=38.93%
B=30.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882411900.2200.210.05122.2665.4384.12
HexBCF1BE1601557a4154
Octal274361276260255172101124
Binary10111100111100011011111010110010101101111101010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF1BE; }

 p { color: rgb(188,241,190); }

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

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

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

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

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

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

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