#BCF8BC

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

Shades of Fringy Flower #BCF8BC

Tints of Fringy Flower #BCF8BC

Color information

#BCF8BC (or 0xBCF8BC) is unknown color: approx Fringy Flower. HEX triplet: BC, F8 and BC. RGB value is (188,248,188). Sum of RGB (Red+Green+Blue) = 188+248+188=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 248 (97.27% from 255 or 39.74% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF8BC is #430743. Grayscale: #DFDFDF. Windows color (decimal): -4392772 or 12384444. OLE color: 12384444.

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

Color convert

RGB188248188-
CMYK0.2400.240.03
HSL120º81.08%85.49%-
HSV(B)120º24.19%97.25%-
XYZ63.3881.4659.96-
YUV223.22108.12102.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.13%
GREEN value IS 248 (97.27% from 255) = 39.74%
BLUE value IS 188 (73.83% from 255) = 30.13%
R=30.13%
G=39.74%
B=30.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882481880.2400.240.0312081.0885.49
HexBCF8BC180183785155
Octal274370274300303170121125
Binary1011110011111000101111001100001100011111100010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF8BC; }

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

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

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

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

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

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

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

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