#BCF9BC

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

Shades of Fringy Flower #BCF9BC

Tints of Fringy Flower #BCF9BC

Color information

#BCF9BC (or 0xBCF9BC) is unknown color: approx Fringy Flower. HEX triplet: BC, F9 and BC. RGB value is (188,249,188). Sum of RGB (Red+Green+Blue) = 188+249+188=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 249 (97.66% from 255 or 39.84% from 625); Blue value is 188 (73.83% from 255 or 30.08% from 625); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF9BC is #430643. Grayscale: #DFDFDF. Windows color (decimal): -4392516 or 12384700. OLE color: 12384700.

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

Color convert

RGB188249188-
CMYK0.2400.240.02
HSL120º83.56%85.69%-
HSV(B)120º24.5%97.65%-
XYZ63.6982.0760.06-
YUV223.81107.79102.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.08%
GREEN value IS 249 (97.66% from 255) = 39.84%
BLUE value IS 188 (73.83% from 255) = 30.08%
R=30.08%
G=39.84%
B=30.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882491880.2400.240.0212083.5685.69
HexBCF9BC180182785456
Octal274371274300302170124126
Binary1011110011111001101111001100001100010111100010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF9BC; }

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

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

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

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

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

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

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

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