#BCEFB9

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

Shades of Fringy Flower #BCEFB9

Tints of Fringy Flower #BCEFB9

Color information

#BCEFB9 (or 0xBCEFB9) is unknown color: approx Fringy Flower. HEX triplet: BC, EF and B9. RGB value is (188,239,185). Sum of RGB (Red+Green+Blue) = 188+239+185=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 185 (72.66% from 255 or 30.23% from 612); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEFB9 is #431046. Grayscale: #D9D9D9. Windows color (decimal): -4395079 or 12185532. OLE color: 12185532.

HSL color Cylindrical-coordinate representation of color #BCEFB9: hue angle of 116.67º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCEFB9 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB188239185-
CMYK0.2100.230.06
HSL116.67º62.79%83.14%-
HSV(B)116.67º22.59%93.73%-
XYZ60.3675.9357.37-
YUV217.59109.6106.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.72%
GREEN value IS 239 (93.75% from 255) = 39.05%
BLUE value IS 185 (72.66% from 255) = 30.23%
R=30.72%
G=39.05%
B=30.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882391850.2100.230.06116.6762.7983.14
HexBCEFB9150176753f53
Octal27435727125027616577123
Binary1011110011101111101110011010101011111011101011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEFB9; }

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

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

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

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

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

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

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

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