#BCEFBE

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

Shades of Fringy Flower #BCEFBE

Tints of Fringy Flower #BCEFBE

Color information

#BCEFBE (or 0xBCEFBE) is unknown color: approx Fringy Flower. HEX triplet: BC, EF and BE. RGB value is (188,239,190). Sum of RGB (Red+Green+Blue) = 188+239+190=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEFBE is #431041. Grayscale: #DADADA. Windows color (decimal): -4395074 or 12513212. OLE color: 12513212.

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

Color convert

RGB188239190-
CMYK0.2100.210.06
HSL122.35º61.45%83.73%-
HSV(B)122.35º21.34%93.73%-
XYZ60.976.1460.2-
YUV218.16112.1106.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.47%
GREEN value IS 239 (93.75% from 255) = 38.74%
BLUE value IS 190 (74.61% from 255) = 30.79%
R=30.47%
G=38.74%
B=30.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882391900.2100.210.06122.3561.4583.73
HexBCEFBE1501567a3d54
Octal27435727625025617275124
Binary1011110011101111101111101010101010111011110101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEFBE; }

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

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

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

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

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

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

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

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