#BCF9BA

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

Shades of Fringy Flower #BCF9BA

Tints of Fringy Flower #BCF9BA

Color information

#BCF9BA (or 0xBCF9BA) is unknown color: approx Fringy Flower. HEX triplet: BC, F9 and BA. RGB value is (188,249,186). Sum of RGB (Red+Green+Blue) = 188+249+186=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 249 (97.66% from 255 or 39.97% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF9BA is #430645. Grayscale: #DFDFDF. Windows color (decimal): -4392518 or 12253628. OLE color: 12253628.

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

Color convert

RGB188249186-
CMYK0.2400.250.02
HSL118.1º84%85.29%-
HSV(B)118.1º25.3%97.65%-
XYZ63.4881.9958.93-
YUV223.58106.79102.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.18%
GREEN value IS 249 (97.66% from 255) = 39.97%
BLUE value IS 186 (73.05% from 255) = 29.86%
R=30.18%
G=39.97%
B=29.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882491860.2400.250.02118.18485.29
HexBCF9BA180192765455
Octal274371272300312166124125
Binary1011110011111001101110101100001100110111011010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF9BA; }

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

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

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

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

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

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

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

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