#BCF8BB

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

Shades of Fringy Flower #BCF8BB

Tints of Fringy Flower #BCF8BB

Color information

#BCF8BB (or 0xBCF8BB) is unknown color: approx Fringy Flower. HEX triplet: BC, F8 and BB. RGB value is (188,248,187). Sum of RGB (Red+Green+Blue) = 188+248+187=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 248 (97.27% from 255 or 39.81% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF8BB is #430744. Grayscale: #DFDFDF. Windows color (decimal): -4392773 or 12318908. OLE color: 12318908.

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

Color convert

RGB188248187-
CMYK0.2400.250.03
HSL119.02º81.33%85.29%-
HSV(B)119.02º24.6%97.25%-
XYZ63.2881.4159.39-
YUV223.11107.62102.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.18%
GREEN value IS 248 (97.27% from 255) = 39.81%
BLUE value IS 187 (73.44% from 255) = 30.02%
R=30.18%
G=39.81%
B=30.02%

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
Decimal1882481870.2400.250.03119.0281.3385.29
HexBCF8BB180193775155
Octal274370273300313167121125
Binary1011110011111000101110111100001100111111011110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF8BB; }

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

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

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

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

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

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

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

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