#BCF9B9

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

Shades of Fringy Flower #BCF9B9

Tints of Fringy Flower #BCF9B9

Color information

#BCF9B9 (or 0xBCF9B9) is unknown color: approx Fringy Flower. HEX triplet: BC, F9 and B9. RGB value is (188,249,185). Sum of RGB (Red+Green+Blue) = 188+249+185=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 249 (97.66% from 255 or 40.03% from 622); Blue value is 185 (72.66% from 255 or 29.74% from 622); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF9B9 is #430646. Grayscale: #DFDFDF. Windows color (decimal): -4392519 or 12188092. OLE color: 12188092.

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

Color convert

RGB188249185-
CMYK0.2400.260.02
HSL117.19º84.21%85.1%-
HSV(B)117.19º25.7%97.65%-
XYZ63.3781.9558.38-
YUV223.46106.29102.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.23%
GREEN value IS 249 (97.66% from 255) = 40.03%
BLUE value IS 185 (72.66% from 255) = 29.74%
R=30.23%
G=40.03%
B=29.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882491850.2400.260.02117.1984.2185.1
HexBCF9B91801A2755455
Octal274371271300322165124125
Binary1011110011111001101110011100001101010111010110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF9B9; }

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

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

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

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

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

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

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

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